ASP help in creating a contact form

whizynix02

New Member
Messages
95
Reaction score
0
Points
0
Hello everyone.

I would like to ask some help in coding ASP to create a contact form. The fields are as follow:
• Prefix (mr, ms. mrs) [drop down]
• Name (firstname, MI, lastname) [textbox]
• Email [textbox]
• Message [textarea]

•Submit [button]
•Reset[button]


A sample code of this would be appreciated. Thank you in advance.
 
Top