Forums
This topic is locked
Submiting values to several forms ???, HELP
12 Nov 2005 12:53:00 Malcolm X posted:
Heya all there.Can anyone help me with some forms I have created. I know it must be so easy to do but im so stuck. All I want to do is submit values through to 3 forms then final page for viewing and then sumit.
I have created 3 forms in 3 different HTML documents
'contact1.html' form name is 'frmContact'
'contact2.html' form name is 'frmContact'
'contact3.html' form name is 'frmContact'
In the 1st form I have created a textfield named 'christianName' and set the method to GET.
In the 2nd form I have created a textfield named 'middleName', and a hidden text field named 'christianName'. In the value of this hidden field I have nothing. Metod to GET.
In the 3rd form I have created a text field named 'familyName' and 2 hidden text fields, one named 'christianName' and the second named 'middleName' In the value of this hidden field I have nothing. Method to POST.
When I fill the form in and submit, all I get is the values of the 3rd form and all the fields for form1 & form2 are at the bottom of my email in a very long url.
I beleive that this may be because I have my 1st two form to GET but I get an error message when using post for the 1st two.
Can anyone suggest where I may have gone wrong?
CONFUSED MAL
Replies
Replied 12 Nov 2005 13:06:31
12 Nov 2005 13:06:31 Malcolm X replied:
Sorry I didnt mention I am using ASP
Replied 12 Nov 2005 13:55:31
12 Nov 2005 13:55:31 Dave Thomas replied:
check your mail
regards
Dave Thomas
<b>DMX Zone Manager</b>
regards
Dave Thomas
<b>DMX Zone Manager</b>
Replied 13 Nov 2005 01:24:42
13 Nov 2005 01:24:42 Malcolm X replied:
Hey all. Thanks for the reply Dave.
For those of you that had or will have a similar problem if found a solution here.
www.learnasp.com/learn/hidden.asp
Thanks for the support.
Malcolm.
For those of you that had or will have a similar problem if found a solution here.
www.learnasp.com/learn/hidden.asp
Thanks for the support.
Malcolm.