close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Removing Forms group association

Thread began 9/05/2010 5:25 pm by admin140217 | Last modified 9/20/2010 7:18 am by admin140217 | 1156 views | 4 replies |

admin140217

Removing Forms group association

Is there a way to remove the forms group association from the email sent out?

Example:

In stead of "Appointment request group Title:"


I would like to just see "Title:" in receiving the email

Is that possible, if so, where can I change that particular out put?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

You can edit the template file to use the replace function to remove part of the label.


in the webassist/email/templates folder, open the template that was created for the email..

the code to write the label will look like:

php:
<?php echo(str_replace("_"," ",$pkey)); ?>




change it to:

php:
<?php echo(str_replace("_"," ",str_replace("Appointment_request_group_","",$pkey0)); ?>
Sign in to reply to this post

admin140217

Getting a parse error

Jason,

I am getting a parse error in trying to use the above code you have given but am replacing the Appointment_request_group with Contact_me_group...

Parse error: syntax error, unexpected ';' in /home/content/f/n/d/fndquickbk/html/webassist/email/templates/Blank.php on line 46


Line 46 is the code you gave above.

Didi you happen to mis type something or am I missing something?

Thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

yes, sorry, i did have a syntax error. try this instead:

php:
<?php echo(str_replace("_"," ",str_replace("Appointment_request_group_","",$pkey))); ?>
Sign in to reply to this post

admin140217

Thanks Jason, I'll give this a shot.

Very good, all is well now, thanks for the help!

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