Hi.
I have two forms on one page and I'm having a problem holding the information in on of the forms textareas if the other form is posted.
My first form has a confirmation button for the user that they can click - clicking the button makes the for post back to itself and updates a record that the user has confirmed.
The second form has a textarea and a submit button that posts to another page and sends an email to a specified address.
The problem is that if the user has entered information into the second form's textarea - the one that sends the email - and before sending it they click the confirmation button on the first form, making the form post back to itself, any text they have entered in the textarea of the second form dissappears.
Is there a way to hold the value of the second form's textarea through the postback?
Thanks,
Josh
I have two forms on one page and I'm having a problem holding the information in on of the forms textareas if the other form is posted.
My first form has a confirmation button for the user that they can click - clicking the button makes the for post back to itself and updates a record that the user has confirmed.
The second form has a textarea and a submit button that posts to another page and sends an email to a specified address.
The problem is that if the user has entered information into the second form's textarea - the one that sends the email - and before sending it they click the confirmation button on the first form, making the form post back to itself, any text they have entered in the textarea of the second form dissappears.
Is there a way to hold the value of the second form's textarea through the postback?
Thanks,
Josh