Results 1 to 5 of 5

Thread: Form Field Problem
      
   

  1. #1
    Stevo's Avatar
    Stevo is offline Second Lieutenant
    Join Date
    Dec 2007
    Location
    San Francisco Bay Area
    Posts
    100

    Default Form Field Problem

    One field on one of my forms lately began not working properly. It's an email field in which data is required. The problem is that it's possible to submit the form without filling-in email data.

    After reading Naval Design's other recent and related forum posts, I've checked the "Read Only" box, saved and published page. Then, unchecked it, saved and published. Still didn't work. I've deleted that field and published the page. Then, rebuilt the field and published. Still didn't work. Here's the form.

    Any guidance appreciated.

    Steve
    www.irstnorcal.com

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

    Default Re: Form Field Problem

    I suppose that you are talking about ABVFP's validation ?

    If yes, The field name must be Email-Re, you have named it "Email-e" so it is NOT R-equired

    Regarding BV's internal validation, it fails due to the & symbol in the form name: Lunch_&_Learn_Request . Remove it.

    Symbols have particular meanings in all programming languages, and the form name must be ONLY letters and numbers.
    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!


  3. #3
    Stevo's Avatar
    Stevo is offline Second Lieutenant
    Join Date
    Dec 2007
    Location
    San Francisco Bay Area
    Posts
    100

    Thumbs up Re: Form Field Problem

    Thanks, as usual. I've corrected the email suffix to -Re instead of -e. Also changed form name so that the & is omitted. All is well now!

    Interestingly, the ABVFB.v2 Tutorial, on pg. 8, shows the Validation Extention for email fields should be -e. And, my other forms use email fields with -e that work exactly as they should. As did this form, until recently. (After I loaded the latest BV, had problems with many form fields until I performed the function stated in second paragraph of my post, below, and resolved those issues.)

    Nonetheless, no doubt I'm not aware of apparent recent modifications to the ABVFB.v2 tutorial and thank you for calling that to my attention.

    Thanks again, George. Take care.

    Steve
    www.irstnorcal.com

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

    Default Re: Form Field Problem

    Infact, email validation requires -e as extension. But, to make it also required, the -Re extension is required.

    On the contrary of BV's validation, where validating a field as email makes it automatically also required, ABVFP doesn't do so, to give you the freedom to verify email addresses also not required.

    In example, you may have
    Email
    Alternative email.

    Giving the extension -Re to the first will make it Required and set it as Required.
    Giving the extension -e to the second, will result in validating it as email ONLY if it is filled in by the user.
    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
    Stevo's Avatar
    Stevo is offline Second Lieutenant
    Join Date
    Dec 2007
    Location
    San Francisco Bay Area
    Posts
    100

    Default Re: Form Field Problem

    Thanks for the clarification. Much appreciated!

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