How to let clients post form data to a page on my website?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamesmoore
    New Member
    • Jan 2011
    • 47

    How to let clients post form data to a page on my website?

    Hi,

    How can I allow people to fill in a form and have the data be posted to a page on my website and to my email address?

    James
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    You will need a server side language and a database to accomplish this.

    Once a user submits the form the information should be validated and processed then stored in the database and an email can be sent to you as well.

    Your website should pull the stored information from the database.

    Comment

    • jamesmoore
      New Member
      • Jan 2011
      • 47

      #3
      So would i need mysql? Because ive tried downloading it several times and it fails to work.

      I am using Mac Os X 10.4 and i am unsure which one to download

      Thanks again!

      James

      Comment

      • JKing
        Recognized Expert Top Contributor
        • Jun 2007
        • 1206

        #4
        If you have your own webspace php/mysql is likely already installed by default.

        If not and you are trying to setup yourself up locally I suggest having a look at XAMPP.

        Comment

        • jamesmoore
          New Member
          • Jan 2011
          • 47

          #5
          Thanks i have sucessfully downloaded it but I dont understand how i connect it to my website?

          Comment

          • neelsfer
            Contributor
            • Oct 2010
            • 547

            #6
            if you want them to fill in a page that must automatically emailed to your address when completed, get a web designer package like Webplus X4

            Comment

            Working...