I am creating member type using config file as below:
<membertype alias="custommember" name="Custom Member">
<tab alias="general" name="General Details">
<property alias="contactphone" name="Contact Phone Number" type="Umbraco.Textbox" datatype="nvarchar" description="Either Mobile or Landline. If a mobile is enters SMS notifications are provided"/>
<property alias="emailaddress" name="Email Address" type="Umbraco.Textbox" datatype="nvarchar" description="The primary contact email address of the member" />
</tab>
i am trying to add validation property in phone and email address, any idea which property i need to call?
like for phone only number are allowed and for email : [email protected] only this format allowed.
custom member types using config file
Hi ,
I am creating member type using config file as below:
i am trying to add validation property in phone and email address, any idea which property i need to call? like for phone only number are allowed and for email : [email protected] only this format allowed.
Thanks
is working on a reply...