+ Reply to Thread
Results 1 to 5 of 5

Thread: Completing a form
      
   

  1. #1
    virtual is offline Sergeant
    Join Date
    Oct 2006
    Posts
    37

    Smile Completing a form

    Hi, wondering if anyone could help me out. I currently have a form on my website:

    http://www.virtual-footballmanager.com/team_sheet.html

    I would like to set the form up so that if someone trying to submit the form without filling it out correctly (I have certain rules and restrictions, as part of the game rules of my website) will be prompted to fil the form out as they should. As at the moment a small number of people are not sticking my stated guide lines.

    Any advice would be greatly appreciated,

    Many thanks and a Merry Christmas,


    John.

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Completing a form

    In what way are they NOT completing the form?
    I didn´t see any guidlines on the side or on the form !!

    You could always put some error or check facility using the php script......

  3. #3
    virtual is offline Sergeant
    Join Date
    Oct 2006
    Posts
    37

    Smile Re: Completing a form

    Quote Originally Posted by davidundalicia
    In what way are they NOT completing the form?
    I didnīt see any guidlines on the side or on the form !!

    You could always put some error or check facility using the php script......

    Hi, thanks for the response. I want users of the form to fill in all the fields (personal details, etc) and also to pick 11 players (sticking to the buget of Ģ50m and no more than 4 players from any 1 club).

    Hope you can help.

    Many thanks and Happy Christmas!


    John.

  4. #4
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Completing a form

    Yes that is possible but will require a custom script to work with the form. I would suggest taking either Navaldesign up on his scripting service or David (above).

    Andy

    Merry Christmas!
    PHP- is a blast!

  5. #5
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Completing a form

    Hi John,
    You can make a start by changing the name of each of your team selection dropdown boxes.
    Either drop the space in the name OR replace the space with _
    i.e. goalkeeper 1
    to goalkeeper1 or goalkeeper_1

    This will then allow a script to find and check for certain conditions
    and then send back to the user an appropiate message or course of action.

    You might also want to view this DMS system which would be very useful in viewing and maintaining your novel site.

    If you wish to contact me, go to any of my sites and use the contact form.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49