creating submit button for forms in frontpage

kerux

Verified User
Joined
Apr 15, 2004
Messages
7
Location
Illinois
I need some help. I am trying to create submit buttons for my site but I am not familar with frontpage. I am using frontpage 2002. Any help would be greatly appreciated!!
 
Hello,

When you create the form (Insert -> Form -> Form) it should create the submit and reset buttons. If you don't have the submit button, then just go to the html view and paste
Code:
<input type="submit" value="Submit">
anywhere between the <form ... > and </form> tags.

John
 
I have the buttons, I didn't make myself clear. I need to know how to set it up for the results of the form to be sent tp me.

Thanks
 
Hello,

I believe you just put your cursor somewhere in the form (inside the dotted lines), right click the form (inside the dotted lines) and click "Form Properties". Enter your e-mail address where it says "E-mail address" and click "OK".

John
 
Tried it, but it told me I needed to download some server extensions. I am trying to find where they are.

Thanks
 
Back
Top