I have basiclly 2 forms on 1 page. The first one is event specific information. The second one allows you to pick a name from a drop down list and see what other events that person is assigned to. The issue I have is if you insert data into the first form and then go down and select a name on the 2nd form you lose the data entered on the 1st. I want to maintain that data so it does not need to be re-entered when checking names on the 2nd. Any suggestions or links to somewhere or someone that may have done something similar is appreciated.
Thanks
Maintain form data
Moderator: General Moderators
Well
The 1st form is data that is event information like travel dates, show dates, job positions for that event and some other specific items. The 2nd form gives you the ability to look up a person while still viewing the above data to see if a certain person is booked over that time frame. Having a pull down list at the time seemed simplier then sorting through a large amount of dates for certain person, on a certain range of dates. I have come far in my knowledge of PHP but I still have a loooong way to go. If you can think of a more efficant way, I game. I would rather email the snippets of code if you want to view them, some are kinda large given my greeness. But hey they work 