Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: The create account page does not work.

  1. #1
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default The create account page does not work.

    Hi,

    I am using AspDotNetStorefront ML 9.0.1.3/9.0.1.2.

    The create account page does not work.

    We have a problem with createaccount.aspx page.

    In Account & Contact Info panel exists the following fields: "*Your E-Mail:" and "Phone".

    If the email format is not validated then the page is not submitted and no error message is displayed.
    If the phone field is empty, then the page is not submitted and no error message is displayed.

    We need to fix the page so that the error messages are displayed properly when either email format is not valid or Phone (from Account & Contact Info panel) is empty

    Thank you,
    Doru PIRVU
    Last edited by doru; 11-23-2010 at 12:34 AM.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    In createaccount.aspx file, find the "aspdnsf:Account" section and set ShowValidatorsInline="true" attribute, that should resolve it. Also, edit (contents -> string resource mgr) the "Phone" label and add *[asterisk] before it, so customers are aware that is required.

  3. #3
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default

    Alfred, you are great

    Doru