Hi All,
I have designed a html form that collects the user input and emails it to an address.
FORM FIELDS
----------------------------
form field 1 : Title
form field 2 : First Name
form field 3 : Last Name
I am trying to set a hidden field value(Full Name) using the 3 form fields. to give me :
Full Name = form field 1 + form field 2 + form field 1
Eg: Mr. Joe Bloggs
Bit stuck, unfortunately the server does not support ASPpages, I would prefer to run the scripting elements of the form on the server, as I have been advised that alot of firewall/filtering tools block client side scripting these days..
Any help will be most appreciated..Many thanks
-
I have designed a html form that collects the user input and emails it to an address.
FORM FIELDS
----------------------------
form field 1 : Title
form field 2 : First Name
form field 3 : Last Name
I am trying to set a hidden field value(Full Name) using the 3 form fields. to give me :
Full Name = form field 1 + form field 2 + form field 1
Eg: Mr. Joe Bloggs
Bit stuck, unfortunately the server does not support ASPpages, I would prefer to run the scripting elements of the form on the server, as I have been advised that alot of firewall/filtering tools block client side scripting these days..
Any help will be most appreciated..Many thanks
-