• How to add validation for first and last name? The default validation errors (i.e required*) are also not working when I directly hit the submit button it doesn’t popout any kind of validation error below fields except on the last after performing some loading.
    I’ve placed some validation code for the name field in my theme’s function.php but it didn’t work for me.
    Is there any way to handle the validation part of a single field or every field?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The tested your form – it looks like you may have a JavaScript conflict:

    /#contact:1 Uncaught (in promise) null.

    Might be the code you added or a conflict with your WP theme or one of the other plugins you are using.

    Switch temporarily (nothing will be lost when you switch back) to a WP default theme & disable all plugins other than Contact Form 7 to see if the problem goes away.

    If it does you can switch back to your theme & re-activate each plugin one by one to see when the problem occurs.

Viewing 1 replies (of 1 total)
  • The topic ‘Name Field validation’ is closed to new replies.