Hi Bill,
The detail template code, Return to List button is calling the XMod constant XMOD_UrlReferrer which returns the user to the previous page visited.
On your site, the setup sends the return to list back to your SearchListings.aspx page.
To change this is quite easy. We just replace the current Return To List link to a XMod ReturnButton. I have attached the code.
In regards to the email not sending on your Inquiry form:
parameter name="sEmail"
parameter name="smtpServ"
These two parameters allow the form to send mail:
sEmail - The default value is {XMOD_PortalEmail} and returns the email associated with your portals's Administrator account. This value is the From value used to send emails. You can change this to the email of your choice. In addition to the main form, Primary Contact Emal, this is the email address that will also receive emailed inquiries.
smtpServ - The default value is mail.{XMOD_PortalAlias} and will return mail.YOURDOMAIN.com. You can change this value to the SMTP server of your choice. Example: If you are hosting at PowerDNN.com the value would be 127.0.0.1
Change these values if they do not meet your site's email requirements.
Most likely you need to change the SMTP server parameter to match your email service.
Note: when editing forms and templates be sure that you use the plain text editor.
Buck |