Posted: Wed May 28, 2008 8:20 am I need help with a form action
Hi there. Hope I get help, but it doesn't look like there are too many replies here.
I have a form which the user sees and uses. Upon submit, this form then moves to a new url with a new form and the fields are automatically propogated with the information from the first form which the user submitted.
I need to have this second form automatically submitted (with the propogated data) so that the user never sees it. How can I do this?
Posted: Mon Sep 15, 2008 7:27 pm Re: I need help with a form action
becca800 wrote:
Hi there. Hope I get help, but it doesn't look like there are too many replies here.
I have a form which the user sees and uses. Upon submit, this form then moves to a new url with a new form and the fields are automatically propogated with the information from the first form which the user submitted.
I need to have this second form automatically submitted (with the propogated data) so that the user never sees it. How can I do this?
The first form should keep the values you have entered until you leave the page. If you cannot access those values the simplest solution would be to use php (kinda an advanced html) and use session variables or cookies, I posted a simple working solution to my value passing problem on a thread here if you wanna look it up.
I'm just guessing though without knowing your full problem. You are talking about hidden values though so
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum