+ Reply to Thread
Results 1 to 7 of 7

Thread: The form required some values that you did not seem to provide

  1. #1
    Join Date
    Jul 2009
    Posts
    12

    Default The form required some values that you did not seem to provide

    Greetings,

    I get this error upon submitting even though all required fields are filled.

    If I leave the required fields unfilled I will get the same error but it will list the two required fields.

    If I fill the required fields I still get the same error but below that line it is just blank.

    The error e-mail I recieve shows the two fields from the sample form but I have searched my current form and I can't find any reference to those fields.

    Thank you for your help.

    Sky

    The error e-mail is below:

    The following error occurred in FormMail :
    missing_fields
    Error=The form required some values that you did not seem to provide.
    Your email address
    Your rental address




    email:
    realname:

    FirstName: ''
    LastName: ''
    RentalAddress: ''
    EmailAddress: ''

    Referring page was http://www.themaurypeople.com/homeowners_form_2009.php

    User IP address was 76.24.58.11

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: The form required some values that you did not seem to provide

    Hi,

    Yes, it's quite interesting behaviour!

    Do you have FORM_INI_FILE set in FormMail's configuration?

    If so, perhaps you have a specification in the INI file that's triggering this.

    Otherwise, I think I will need to investigate exactly what's going on. In this case, please send me access details to your server using this secure form:
    https://secure.rootsoftware.com/~tectite/sendsecret.php

    or just email me your copy of FormMail to start with (scripts-new/formmail_ho.php).
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Jul 2009
    Posts
    12

    Default Re: The form required some values that you did not seem to provide

    I was hoping that you would say "this always happens, it is a simple fix"

    I sent you the form via e-mail and my server info on the secure form.

    Thanks very much.

    Sky

  4. #4
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: The form required some values that you did not seem to provide

    Hi,

    A lot of the code outside of FormMail's configuration section has been added to or modified.

    Changing the logic like this will cause problems.

    I've used the Upgrade Wizard to upgrade your copy to version 8.16. This is the easiest way to copy across your configuration settings.

    Your original has been saved as formmail_ho-orig.php

    There was a problem in that you'd specified your email address in "recipients" but not allowed this address in $TARGET_EMAIL.

    So, I've fixed that.

    I've tested the form and it seems to be working as expected now.

    I think the basic problem was the changes you'd made to the FormMail logic.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  5. #5
    Join Date
    Jul 2009
    Posts
    12

    Default Re: The form required some values that you did not seem to provide

    Thanks very much. I should have started with a fresh copy of the script.

    My bad. Thanks for your help.

    Sky

  6. #6
    Join Date
    Jul 2009
    Posts
    12

    Default Re: The form required some values that you did not seem to provide

    One last thing. I noticed that in my response e-mail it still shows the fields

    realname and email.

    Sky

  7. #7
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: The form required some values that you did not seem to provide

    Hi,

    Yes, FormMail is being "helpful".

    You can exclude these by telling FormMail that you don't want them in the body of the email.

    Just add this hidden field to your HTML form:
    HTML Code:
    <input type="hidden" name="mail_options" value="Exclude=realname;email" />
    If you're planning on using a template for your form results, then you don't need to do the above because the template says what fields to include.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Required fields containing default text
    By tvulucy in forum FormMail Subscription Support
    Replies: 9
    Last Post: 08-Oct-2004, 10:26 PM
  2. Required Fields not working?
    By zoe77 in forum FormMail Subscription Support
    Replies: 2
    Last Post: 02-Jun-2004, 05:27 PM
  3. help needed with values
    By aussieincanada in forum FormMail Subscription Support
    Replies: 3
    Last Post: 28-May-2004, 08:12 AM
  4. required field error
    By Ibis in forum FormMail Subscription Support
    Replies: 18
    Last Post: 02-Mar-2004, 10:04 AM
  5. required does not work ?!
    By flynst4r in forum FormMail Subscription Support
    Replies: 9
    Last Post: 26-Jan-2004, 10:04 PM

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