Contact Us Essentials [Deleted]

I didn't develop this (aside from an additional feature before its release), as that developer isn't around anymore, but Stuart asked me to take a look.

Email options:

upload_2017-5-20_13-5-55.webp

Result from add-on:

upload_2017-5-20_13-6-7.webp

The "Reply To" address or equivalent will be whoever sent the email (so it can be replied to directly).

Here's a screen capture demonstrating no redirection takes place when the add-on is disabled:

contactus.gif
 
Both the add-on and default contact form have the same redirection code.

Are you sure? Its will work in overlay but /contact-us page are not Redirects to homepage, Still stand by in contact-us page after completed the send.

ezgif-2-3210da6f6b.gif
 
Yes, the code is the same. I've just reproduced that issue (I have the contact us link opening in an overlay normally).

It's actually a minor issue in the avforums_contactus template.

Until a fix is released just add:
Code:
<input type="hidden" name="redirect" value="{$redirect}" />
Below:
Code:
<input type="hidden" name="_xfConfirm" value="1" />
 
By the way, this redirection code (in XenForo) explains the redirect from the default contact form to the add-on contact URL. If you were on the add-on contact form, then clicked on to the default contact form, the dynamic redirection would redirect you back to where you originated from.
 
Top Bottom