close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Customising e-mail body

Thread began 8/04/2011 3:05 am by welcomcat385026 | Last modified 8/16/2011 12:50 pm by welcomcat385026 | 3848 views | 13 replies

Jason ByrnesWebAssist

you have to add those form element names to the remove array:

$remove = array();
$remove[] = "";
$remove[] = "x";
$remove[] = "y";
$removeBegins[] = "hidden";
$removeBegins[] = "submit";
$removeBegins[] = "Register";
$removeBegins[] = "MM_insert";


to show an image in the email, you would need to use a fully qualified URL to the image file in the src tag:

<img src="http://mysite.com/imapges/image.jpg" />


the code that displays the time in the emal is:

php:
<?php $now time(); ?><?php echo date("n-j-Y"$now); ?>




you can remove that code or change it to:

php:
<?php $now time(); ?><?php date_default_timezone_set('Australia/Perth'); echo date("n-j-Y"$now); ?>

to change the time zone. a list of supported Australia time zones can be found here:
timezones.australia.php



to customize the labels that show in the email, you would need to chage the name s of the form elements, be aware that doing so, however, may have other consequences on your page. it may break other functionality.

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