Results 1 to 5 of 5

Thread: Submit Button
      
   

  1. #1
    Foxmusicman's Avatar
    Foxmusicman is offline First Sergeant
    Join Date
    Jan 2008
    Location
    Miami, FL
    Posts
    79

    Talking Submit Button

    Re: http://www.esuranceplan.com/life.html

    When a web visitor fills out personal data form to get a term life quote, how do I revise it to reflect the following (if the form has missing information like a phone #):

    The fields highlighted in red above are missing or invalid.

    Stephen

  2. #2
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Submit Button

    On the form you double click each and every edit box you want the user to have to fill in, name each accordingly (name, address, phone, etc.) then click the validate tab and set the data type you want, check the costom error message, and type in the message you want to be displayed (such as Enter phone number). Set the data length and text format. Do this for each edit box. Hint to set the tab order, right click the one you want to be first and "bring to front" repeat for the second and so on.

  3. #3
    Foxmusicman's Avatar
    Foxmusicman is offline First Sergeant
    Join Date
    Jan 2008
    Location
    Miami, FL
    Posts
    79

    Default Re: Submit Button

    Ed,

    Thanks for the tip. I will introduce the "required" copy slowly to see what the public will accept.

    Stephen

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Submit Button

    The ONLY ways to do it is with Javascript or a php script that will validate, set the color of the specific fields in Red, and send the user back to the form itself, along with the necessary error messages.
    Have a look at this one i built a couple of years ago for a client:

    http://dbtechnosystems.com/Tips/Tips/en_contact1.php

    Please note that such a form / script requires coding experience.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Foxmusicman's Avatar
    Foxmusicman is offline First Sergeant
    Join Date
    Jan 2008
    Location
    Miami, FL
    Posts
    79

    Default Re: Submit Button

    Hey Navaldesign.

    Unfortunately, I do not have coding experience. I checked out your client's site, and it is just what I was looking for. Thanks for your advice. But, for the time being, I'll make do with the traditional method mentioned by Ed...and see how it works. Thanks again.

    Stephen

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