Without going into great detail (which I can do if it turns out more info is needed), I would like to:
All on one page, using ajax:
1. In a text field, have the user enter a plant name to insert into a database
2. Have a form pop up with attributes for the plant (name, scientific name, related species)
3. Have the user fill this field out and submit it to a mysql database table.
So far I have part 1 and 2 working. However, I cannot figure out how to continue to part 3 without submitting the data and loading to the next page for confirmation of insertion.
Please look and see what I've accomplished so far at this link
I can provide further information and source if it is needed. Thanks
Esscher
All on one page, using ajax:
1. In a text field, have the user enter a plant name to insert into a database
2. Have a form pop up with attributes for the plant (name, scientific name, related species)
3. Have the user fill this field out and submit it to a mysql database table.
So far I have part 1 and 2 working. However, I cannot figure out how to continue to part 3 without submitting the data and loading to the next page for confirmation of insertion.
Please look and see what I've accomplished so far at this link
I can provide further information and source if it is needed. Thanks
Esscher
Comment