Hi:
How can I add a submit button and a reset button to a page?
How can I attach the submit button to an specfic e-mail?
Thanks
Marlake
Hi:
How can I add a submit button and a reset button to a page?
How can I attach the submit button to an specfic e-mail?
Thanks
Marlake
"Submit" and "Reset" are associated with FORMS. So you visitors are going to SUBMIT information of some kind, right?
So before you can include "submit" buttons, you are going to have to create a FORM, decide what happens to the data in that FORM (does it get stored in the database? Does it get e-mailed to someone?).
When you know what the data is intended to accomplish, you can build your form. If the data is intended to go into the database, you will have to construct and/or modify some php files to get the data to go where you want it to go.
Bookmarks