• Resolved Hozefa Saleh

    (@hozefasmile)


    If you notice, the form submission on this page , I mentioned. On submission of form, form submitting successfully , but a flash of error occurred for the required fields. They display “these are required field” error message, even if we have already filled them. They shouldn’t be shown error when the form already submitted successfully.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • What I noticed is that when the form is submitted (via Ajax) HTML forms will empty the fields and this results in some script on your page (not part of HTML forms) to red-mark all those fields that are required.

    Maybe the easy solution is to set the form to Hide form after a successful sign-up?
    You can set that under HTML Forms > your form > Settings.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter Hozefa Saleh

    (@hozefasmile)

    Thanks @lapzor ,

    This is really a good solution though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘a flash of error shows when using a required field’ is closed to new replies.