SitePoint Sponsor

User Tag List

Results 1 to 7 of 7

Thread: form processing

  1. #1
    SitePoint Member Tyrone79's Avatar
    Join Date
    Jun 2008
    Location
    canada
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    form processing

    Hello....
    I have created a seurevy for a website using an html form. The idea is for people to provide feedback and use the radio buttons and checkboxes.
    Do I need to know a programming language in order for the server to process the form? Can anyone explain how this works and what i need to do?

    Thanks

  2. #2
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,441
    Mentioned
    39 Post(s)
    Tagged
    1 Thread(s)
    I don't think you'll be able to get round doing a bit of coding, I'm afraid.
    PHP is probably a good choice for the job. It's installed on most hosting environments and it's easy to get started with.
    Also, if you Google "PHP survey tutorial" you get a whle bunch of hits and even some ready made scripts.
    This might be quite a good place to start: http://net.tutsplus.com/tutorials/ph...poll-with-php/
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  3. #3
    Word Painter silver trophy
    Shyflower's Avatar
    Join Date
    Oct 2003
    Location
    Winona, MN USA
    Posts
    10,024
    Mentioned
    136 Post(s)
    Tagged
    2 Thread(s)
    If it's something you have never done, it might be best to find an app such as Survey Monkey (which SitePoint often uses) and let it do the work for you.
    Linda Jenkinson: Content Team Leader
    Creative Web Content
    "Say what you mean. Mean what you say. But don't say it mean." ~Unknown

    March Photo Challenge. "Blue" Poll is open. Vote NOW!
    April Photo Challenge - "A Piece of Paper"

  4. #4
    SitePoint Member Tyrone79's Avatar
    Join Date
    Jun 2008
    Location
    canada
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Shyflower View Post
    If it's something you have never done, it might be best to find an app such as Survey Monkey (which SitePoint often uses) and let it do the work for you.
    thank you

  5. #5
    SitePoint Addict
    Join Date
    Mar 2013
    Location
    Oneonta, NY
    Posts
    224
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Tyrone,

    Yes you will need to know programming unless you install a plugin, buy a package or use a third party service. HTML cannot validate form fields. This needs to be done with JavaScript, PHP or some other similar language.

    Here is a pretty good tutorial for a PHP contact form. You will have to modify the form fields to your needs but it will get you started,

    http://www.html-form-guide.com/conta...-tutorial.html

    Hope that helps,
    Shawn

  6. #6
    SitePoint Wizard bronze trophy PicnicTutorials's Avatar
    Join Date
    Dec 2007
    Location
    Carlsbad, California, United States
    Posts
    3,351
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by smanaher View Post
    Tyrone,

    Yes you will need to know programming unless you install a plugin, buy a package or use a third party service. HTML cannot validate form fields. This needs to be done with JavaScript, PHP or some other similar language.

    Here is a pretty good tutorial for a PHP contact form. You will have to modify the form fields to your needs but it will get you started,

    http://www.html-form-guide.com/conta...-tutorial.html

    Hope that helps,
    Shawn
    Man that guy likes forms. His site has about 100 tuts all about forms.

  7. #7
    SitePoint Enthusiast
    Join Date
    Feb 2013
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would suggest if you are not so good with php and other languages, you can use other quiz creating softwares which create quiz and then you can simply create the quiz in HTML Format or download it as zip file and upload to your directory using ftp.

    I have used Tanida quiz maker.

    Also, Proquiz is a good software.

    Let me know if you need any other assistance.

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
  •