Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > registration form validation fields not validating View modes: 
User avatar
Member
Member
gatsby0121 - 1/24/2012 9:51:20 AM
   
registration form validation fields not validating
I have a page that I created outside of the portal (so just an .aspx page with the cms resources included.

I've then added the user control to the page using




<%@ Register TagPrefix="uc" TagName="security" Src="~/CMSWebparts/Ceridian/securityCheckForm.ascx" %>




When I submit the page, it submits, but it doesn't check the validators.

an example of one of the validators on the page is



<asp:RequiredFieldValidator ID="rfvEmail" runat="server" ValidationGroup="pnlForm"
ControlToValidate="txtEmail" Display="Dynamic" EnableViewState="false" />




These work when I add this webpart to a page in the cmsdesk portal, but not when added to an external file as I'm doing now.

User avatar
Member
Member
gatsby0121 - 1/24/2012 10:13:13 AM
   
RE:registration form validation fields not validating
Just so noone bothers answering this, I missed adding some fields to the validation group. It's working now.