Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: Form Help

  1. #1

    Form Help

    Hi all, I am needing some guidance when it comes to making a form. Here is what I am going for:

    I would like to create a form for my e-commerce store where customers can review their service. Ideally I would like them to be able to post and then read on the same page.

    I am clueless when it comes to forms. Is this possible? Can you maybe point me in the direction of a good tutorial?

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    57
    What language?

  3. #3
    WebProWorld MVP mikmik's Avatar
    Join Date
    Aug 2003
    Posts
    1,557
    nooksandniches, do you mean like a message board, forum, or blog?
    Babies don't need a vacation, but I still see them at the beach... it pisses me off! I'll go over to a little baby and say 'What are you doing here? You haven't worked a day in your life!'
    Steven Wright

  4. #4
    Senior Member ADAM Web Design's Avatar
    Join Date
    Dec 2003
    Posts
    2,172
    This is possible, and a fairly simple task. All you need are three things:

    1) A form (thank me, Captain Obvious!).
    2) A server-side programming language, such as ASP or PHP, to process the form.
    3) Either a database to store the info in or an email address to send the info to (or both if you're feeling so inclined).

    You have those three things, and you will have the tools required to build the form.

    Now as far as the form itself and what to gather is concerned, that really depends on the store, the products, and what you'd like to know. Do you want reviews of product features? Do you want reviews of the delivery process? Price reviews? Quality reviews? Etc. and so on.

  5. #5
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    System requirements

    Agree with ADAMWebDesign's suggestions, and would like to add a fourth item to the list.. but maybe it should be right at the top. This is probably the most important aspect of the whole process; what are the actual requirements?

    You need to list exactly what you expect the form to do (functionality). What information will need to be stored? (information capture). How will you ensure your data is captured in the appropriate format? (validation and error handling) The information required will inevitably determine the structure of your database.
    How will the information be retrieved? What information will be public, which fields will you allow the user/customer to change? Then you can actually approach how to implement such a system (method). Did I mention the testing you'll need to do? I could go on... but I'm getting weary just thinking about it! :o)

    A tall order? Maybe... but nothing that hasn't been done a hundred times over. Which is why folks have a tendency to go for ready-made solutions.

    Paul

Similar Threads

  1. Good Form and Form to Email Script
    By Burty in forum Graphics & Design Discussion Forum
    Replies: 9
    Last Post: 03-13-2009, 07:40 PM
  2. Passing form data to remote form on another site
    By webace in forum Graphics & Design Discussion Forum
    Replies: 8
    Last Post: 08-31-2007, 03:21 AM
  3. Form Post Redirect to Form Get
    By GiftsForYouBiz in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 09-26-2006, 04:51 PM
  4. Form problems using Visual Form Mail
    By whatever in forum Graphics & Design Discussion Forum
    Replies: 7
    Last Post: 01-04-2006, 03:14 PM
  5. Pre-populating an HTML Form with Data from Another HTML Form
    By ambassador in forum Web Programming Discussion Forum
    Replies: 3
    Last Post: 06-19-2005, 09:12 PM

Posting Permissions

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