Forum Moderators: DixonJones
I'm not sure if this is the correct subject, however. I'm using ONE form for a client web site. This is vacation rentals site with hundreds of listings. A person is interested in one particular listing and he/she hits a submit button and is brought to my ONE form. Insted of asking for the information about that particular property in the form, I'd like the information passed automatically to the form! Hidden Field?
if the user is hitting a submit button on some site and comes to your one form then you could have whatever hidden fields you need to pass to your form posted along when the button is pressed. Your form would then read them and prepopulate the form or do tracking or whatever it needs to do.