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 5 of 5

Thread: Contact form 'thank you' panel

  1. #1
    mmcglynn is offline Junior Member
    Join Date
    Sep 2007
    Posts
    6

    Default Contact form 'thank you' panel

    Where do I edit the HTML for the Contact form 'thank you' panel? I don't see that there is an XmlPage for that.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's just a string resource - sendform.aspx.3

  3. #3
    rpaa is offline Junior Member
    Join Date
    Aug 2009
    Posts
    25

    Default

    I put'zed around with that for a while too until I realized I could add html to the string resources (ya, i'm a newbie). By adding some simple css I was able to change the way it looked easily.

    I just added something like this to the sendform.aspx.3 string, then just updated my css. Worked great.

    <div id="confirmation">
    <h1>Thanks!</h1>
    Your message has been sent. We will contact you shortly.
    </div>

  4. #4
    chamberinternet is offline Member
    Join Date
    Jul 2009
    Posts
    30

    Default

    I was wondering how you can customise the layout of the email that is sent to the merchant.

    Can any one help?

    Thanks
    Using AspDotNetStorefront ML 8.0.1.2

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

    Default

    By default, that's build-up in sendform.aspx.cs, however, you can customize or make your own xmlpackage layout and add SendForm.XmlPackage in the appconfig with the configvalue equal to that you've created. Once the user clicks on submit, instead of using the default design it'll use the xmlpackage from SendForm.XmlPackage appconfig.