close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Sending copy of email

Thread began 3/23/2011 8:59 am by gary917 | Last modified 3/24/2011 9:10 am by Jason Byrnes | 1414 views | 3 replies |

gary917

Sending copy of email

Is there a place on your website where a person can find out how to add a check box to a form which allows a customer to receive a copy of the contents of a form.

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

this is not covered in the documetation, no, but should not be to dificult to accomplish.

you would need to have a checkbox element on your form and an textbox for the user to enter their email address:

<input name="sendCopy" type="checkbox" id="sendCopy" value="1" />
<input type="text" name="email" id="email" value="" />



In the universal Email server behavior, click the to button to go to advanced To Options.

click the plus button to add a second entered value and past this code:

php:
<?php echo((isset($_POST["sendCopy"]))?$_POST["email"]:""?>
Sign in to reply to this post

gary917

With CSS Form Builder

Where do you add the following when you have CSS Form Builder?

<?php echo((isset($_POST["sendCopy"]))?$_POST["email"]:"") ?>

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

If the form is already created and you configured the Form Function tab to send an email, CSS Form Builder has already added the Universal Email server behavior to the page.

go to Window -> Server Behaviors to open the server behaviors panel.

Double clic kthe Universal Email server behavior

In the universal Email server behavior, click on the to button to get to the advanced Ro options.

click the plus button and add another Entered Value" enter the code I provided previously in the entered value box.

Sign in to reply to this post

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...