Where do I edit the HTML for the Contact form 'thank you' panel? I don't see that there is an XmlPage for that.
Where do I edit the HTML for the Contact form 'thank you' panel? I don't see that there is an XmlPage for that.
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>
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
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.