Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    125
    Plugin Contributions
    0

    Default How can I add submit and rset buttons to a page?

    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

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: How can I add submit and rset buttons to a page?

    "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.

 

 

Similar Threads

  1. Created form in EZ-page, unable to submit
    By cfe in forum General Questions
    Replies: 2
    Last Post: 28 Apr 2008, 07:46 PM
  2. How do you submit a vaule to sql on page load?
    By bradlawson in forum General Questions
    Replies: 0
    Last Post: 8 Mar 2007, 07:10 PM
  3. Css form submit buttons broken IE/Mac
    By aeolidia in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Aug 2006, 08:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •