Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Salilou,

    Do you mean the wrong error is showing? Like it’s giving an error for an empty field, when it is actually filled in?

    If you could clarify that would be great. Also, can you please provide a link to your form?

    Thank you!
    -Tracy

    Plugin Author Evan Herman

    (@eherman24)

    Hi,

    What is the issue that you are facing exactly?

    Do you want to disable form validation? If so it is not recommended, as you are going to run into a number of issues down the road.

    If you are so inclined to do so, the only method for removing the validation is via jQuery. There is currently no way, and no planned implementation, to allow for users to check off a box to allow/disallow form validation.

    You may want to take a look at the .attr() (http://api.jquery.com/attr/) function provided by jQuery, to help take care of what you are after.

    Thanks,
    Evan

    Thread Starter salilou

    (@hkr)

    thank you try and evan
    firefox and chrome show correctly error messages when a field is empty, but they show it in a formal speech, but my site uses informal speech
    it is more an issue of the browser, that can only be solved by clever formulation
    thank you so far!

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    We fixed that formal wording a couple versions ago. Are you on the newest version of our plugin (6.0.5.5)?

    Thank you!
    -Tracy

    Thread Starter salilou

    (@hkr)

    Its an issue that is caused by the browsers.
    Firefox says “Bitte füllen Sie dieses Feld aus.”, which means “Please fill out this field.”
    Chrome says “Füllen Sie dieses Feld aus.”, which means “Fill out this field.”
    As far as I understand it, these are strings of the browsers, so you can’t do nothing, right?

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Ah, I see. That is correct.

    Wow, I wasn’t expecting that (for these messages to be coming from the browser)…
    Is there any way to alter these messages (field empty / email validation failed etc.)?

    Thanks

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @yanoom,

    Unfortunately there’s no way to change the default browser message. Sorry about that!

    Kevin.

    Hi Kevin, thanks for your reply.
    In my honest opinion it would be nice to be able to turn off verification for the form (user may chose to apply their own JS verification)…

    Changing the browser’s language isn’t quite straight forward and it’s common for non-English speakers to have the browser set to English (while visiting international websites).
    =)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘HTML5 form field validation’ is closed to new replies.