close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Contact Form - Autoreply

Thread began 10/02/2009 5:43 am by todd368532 | Last modified 1/12/2010 10:54 am by todd368532 | 4184 views | 5 replies

Wasntme

error

I added the code as advised, it works with one error. I gets 2 emails instead of one.

Please help...

Originally Said By: Eric Mittman
  There are a couple of ways you can do this. The easiest is probably to just duplicate the email code and use the email address that the user entered like this:

php:
$RecipientEmail = "".($WAGLOBAL_Contact_Email_To)  ."";include("WA_Universal_Email/WAUE_contact_1.php"); 
   $RecipientEmail = "".(isset($_POST["Email_address"]))?$_POST["Email_address"]:"")  ."";include("WA_Universal_Email/WAUE_contact_1.php");


This will just send a duplicate of the message to the user. Another more complex way would be to duplicate the UE code then update the values to use a copy of the email page. You can then go into the copy of the email template and change the body to whatever you would like. This is a more advanced technique that requires coding and editing.

The other way to do this is to just use Universal Email to add a new server behavior to the contact page. You can just craft the message to be whatever you would like and send it to the posted email address:

isset($_POST["Email_address"])?$_POST["Email_address"]:""  

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...