Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Validation appearing 2x once a form is POSTed


Go to End


1313 Views

Avatar
Terminator4

Community Member, 81 Posts

23 February 2009 at 8:55pm

Hey guys,
Which files are used to perform the validation since I noticed that there is an issue with the validation boxes appearing 2x once a form has been Posted. I would like to edit the class that performs this function since I noticed there is a Middle Column div that is being written to via javascript and I would like to place the Post validation to be in the same format so that the InnerHTML function overwrites notifications instead of required fields having their error boxes to appear twice.

Thanks