Jump to content

Text shown after Pre-Sales Contact Us is sent


JamesAB

Recommended Posts

After submitting a message on "Pre-Sales Contact Us" page, the next page shows:

If you have any pre-sales questions or want to contact us, please use the form below.

 

Your Message has been Sent

The first sentence shouldn't be there, because the form has already been submitted and is not displayed again on this confirmation page.

 

This only applies when the "Presales Form Destination" is set to send e-mail to the "Presales Contact Form Email".

 

Thanks,

James

Link to comment
Share on other sites

open contact.tpl and change the first few lines from this

<p class="warning">{$LANG.contactheader}</p>

{if $sent}

<p><strong>{$LANG.contactsent}</strong></p>

{else}

<form method="post" action="contact.php?action=send">

to this

{if $sent}

<p class="successbox">{$LANG.contactsent}</p>

{else}

<p class="warning">{$LANG.contactheader}</p>

<form method="post" action="contact.php?action=send">

Edited by sparky
Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated