frozzare / wp-forms

WIP - Create forms in using code in WordPress
MIT License
11 stars 2 forks source link

AJAX: Form not found should be an error, not a message #15

Closed rasmusbe closed 11 months ago

rasmusbe commented 7 years ago

When using ajax with an invalid form name it should return the error as an error, not a message. Preferable in the same syntax as validation errors so it will print out in the same way when implemented.