Hi DM,
By default there are two XMod email controls on the inquiry form.
One notifies the vendor of the inquiry. It uses the querystring paramater VEID/somevendor@somedomain.com which is the Protected Email (form field ContactEmail2) within the form company section.
In the links, on the detail template, that link to the more info and make inquiry page, you could change the VEID parameter to another form email address.
For example:
Can be changed to ContactEmail form field (the unprotected primary contact email address) or the Vendor email address in the Admin Options section of the form (Form Field named UserEmail)
The other XMod email control sends the Administrator a copy of the inquiry. By default the inquiry form uses {XMOD_PortalEmail} is replaced with the email address assigned to the current portal. This is the email address of the Aministrator that is assigned on the DNN Admin Settings page.
All URL querystring parameters are recieved at the top of the inquiry form by the form parameters.
This emaill can be manually changed in the form parameters at the top of the Make Inquiry form code.
The CName is passing the Company name to the inquiry form to auto populate the company name in the inquiry.
The CCode is passing the promotional code, if one exists, or defaults to Not Apllicable.
Multiple email addresses can be assigned to the XMod email control by separating the addresses with a comma.
References:
XMod Online Help
XMod Email Control
XMod Constants |