ventrian / News-Articles

News Articles for DNN has been helping DNN administrators to publish articles and blogs to their DNN portals since 2004.
MIT License
38 stars 24 forks source link

Form validation is broken when other forms on the page #21

Closed jbrinkman closed 4 years ago

jbrinkman commented 5 years ago

When creating new articles, there is no validation group set on the form, as a result, if additional forms (like a login form) are on the page then the check for "Page.IsValid" in cmdSaveArticle_Click will return false and the form will not be saved. To correct this, formvalidators and form submission buttons should be assigned to a common validation group so that they do not clash with other forms which might appear on the DNN page.

skamphuis commented 4 years ago

Validation groups where added (by @jbrinkman if I'm not mistaken)