Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using the Registration form example from the codefirstexample.
The override validate event does not fire. What am I missing? ShowValidationSummary is set to true
Using Contour 3.0.9 and Umbraco 4.11.3.
From memory Validate() only works if you're using the razor macro.
Comment author was deleted
Yup that's correct Martin, the submit and validate method will only fire for the razor macro :)
We'll make the usercontrol one obsolete soon since the razor one is the prefered option
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
override Validate() on Code First
I am using the Registration form example from the codefirstexample.
The override validate event does not fire. What am I missing? ShowValidationSummary is set to true
Using Contour 3.0.9 and Umbraco 4.11.3.
From memory Validate() only works if you're using the razor macro.
Comment author was deleted
Yup that's correct Martin, the submit and validate method will only fire for the razor macro :)
We'll make the usercontrol one obsolete soon since the razor one is the prefered option
is working on a reply...