Announcement

Collapse
No announcement yet.

Different email for SPTS contact form?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Different email for SPTS contact form?

    Is there a way that we can assign a different email address, other than the store email, to the (SPTS) contact form?

    Thank you,
    Ben

    #2
    Re: Different email for SPTS contact form?

    If you want to override the default FROM address, use the "Optional Technician List" feature in the module. The technician/department the customer selects has an email that you assign. That will be the reply to email address.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Different email for SPTS contact form?

      Perfect. Thanks Bill!

      Comment


        #4
        Re: Different email for SPTS contact form?

        Bill.
        I added the depts and emails for the Optional Technician List, but it's not showing up on the contact page. Is there a token that I need to add to the SPTS page? If so, what is it?

        Thank you,
        Ben

        Comment


          #5
          Re: Different email for SPTS contact form?

          If you are using the token <mvt:item name="support" param="support" /> to display all the inputs on the SPTS page template it should be showing. If you substituted that token with the manually entered inputs, you will need to add that input manually.
          Example:
          Code:
          <select name = "support_technician">
          <option value="" selected>&lt;Select One&gt;</option>
          <option value="sales">Software Sales</option>
          <option value="install">Software Installation Help</option>
          <option value="support">Software Support</option>
          </select>
          Last edited by wcw; 08-11-15, 04:28 AM.
          Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
          Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
          Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
          Facebook http://www.facebook.com/EmporiumPlus
          Twitter http://twitter.com/emporiumplus

          Comment

          Working...
          X