You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the form submission at /declare/, if the page is shown due to data entry failing validation checks, do not run the "hide the form" javascript at the bottom of the page
if PharmaBenefits.errors or PharmaBenefits.non_form_errors or Declaration.errors or Declaration.non_form_errors
The text was updated successfully, but these errors were encountered:
It's trivial enough not to do this if there are form errors in any of those forms.
There's probably a more elegant design than this but for now, sure let's do that.
This form is going to be completely rewritten - leaving open for now to remember not to make the same mistake, but probably not worth fixing for the current form.
On the form submission at /declare/, if the page is shown due to data entry failing validation checks, do not run the "hide the form" javascript at the bottom of the page
if PharmaBenefits.errors or PharmaBenefits.non_form_errors or Declaration.errors or Declaration.non_form_errors
The text was updated successfully, but these errors were encountered: