Events Made Easy Forums Bug fixed or feature request implemented Form Field – required not working

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #43887
    Anonymous
    Inactive

    I have added an extra Form Field, as a text type.

    If I in the form makes that field required (#REQ_FIELD1), it gives me an error, telling me to put some info in the field, no matter what I write in the field.

    Am I doing something wrong?

    #50076
    Franky
    Keymaster

    Let me check/test that this evening. It should work like you mentioned it.

    #50077
    Franky
    Keymaster

    I can’t reproduce this error here. It works as expected …

    #50078
    Franky
    Keymaster

    btw: can it be that you activated the captcha option but did nnt inlude the captcha placeholders needed?

    #50079
    Anonymous
    Inactive

    Sorry, my mistake.

    I have now found out that it is the telephone number field that makes the error.

    This isn’t working if I make it required.

    #50080
    Franky
    Keymaster

    Confirmed as a bug and fixed here: http://plugins.trac.wordpress.org/changeset/651613

    #50081
    Anonymous
    Inactive

    Thank you!

    #50082
    Anonymous
    Inactive

    Hi – I just tried to add the #REQ to a field that changes the form to state that it is a required field. However I have a drop down field, and if I don’t select an option it still takes the rsvp. Thoughts?

    <table class=’eme-rsvp-form’>

    <tr><th scope=’row’>Name*:</th><td>#REQ_NAME</td></tr>

    <tr><th scope=’row’>E-Mail*:</th><td>#REQ_EMAIL</td></tr>

    <tr><th scope=’row’>Phone number:</th><td>#REQ_PHONE</td></tr>

    <tr><th scope=’row’>Seats*:</th><td>#REQ_SEATS</td></tr>

    <tr><th scope=’row’>Entree Choice 1*:</th>

    <td>#REQ_FIELD1</td></tr>

    <tr><th scope=’row’>Entree Choice 2*:</th>

    <td>#REQ_FIELD5</td></tr>

    <tr><th scope=’row’>Comment:</th><td>#_COMMENT</td></tr>

    #_CAPTCHAHTML[<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]

    </table>

    #_SUBMIT

    #50083
    Anonymous
    Inactive

    Hi – I just tried to add the #REQ to a field that changes the form to state that it is a required field. However I have a drop down field, and if I don’t select an option it still takes the rsvp. Thoughts?

    <table class=’eme-rsvp-form’>

    <tr><th scope=’row’>Name*:</th><td>#REQ_NAME</td></tr>

    <tr><th scope=’row’>E-Mail*:</th><td>#REQ_EMAIL</td></tr>

    <tr><th scope=’row’>Phone number:</th><td>#REQ_PHONE</td></tr>

    <tr><th scope=’row’>Seats*:</th><td>#REQ_SEATS</td></tr>

    <tr><th scope=’row’>Entree Choice 1*:</th>

    <td>#REQ_FIELD1</td></tr>

    <tr><th scope=’row’>Entree Choice 2*:</th>

    <td>#REQ_FIELD5</td></tr>

    <tr><th scope=’row’>Comment:</th><td>#_COMMENT</td></tr>

    #_CAPTCHAHTML[<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]

    </table>

    #_SUBMIT

    #50084
    Franky
    Keymaster

    Just tried it here: works fine. How did you define your dropdown values?

    #50085
    Anonymous
    Inactive

    Select Below||Lemon Herb Chicken||Swiss Steak ||Lasagna||Eggplant Parmesean

    #50086
    Franky
    Keymaster

    “Select Below” is a valid value as far as EME is concerned …

    Try this:

    ||Lemon Herb Chicken||Swiss Steak ||Lasagna||Eggplant Parmesean

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top