close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How Can I omit some form fields in email msg

Thread began 6/13/2011 10:46 pm by gzirfas374932 | Last modified 6/14/2011 11:43 am by Lon Winters | 890 views | 2 replies |

gzirfas374932

How Can I omit some form fields in email msg

I have set up a contact form and used UE 4 to e-mail the site owner and carbon the web user. I made a custom template, it works great, looks great, but shows EVERYTHING.

(including this: <input type="submit" name="submit" class="submit" value="send" />)

Which shows up in the email receipt to the client as:

submit: send

How can I selectively decide what's included in the email body and what isn't? I'd really like to get rid of the submit button stuff in the body of the e-mail.

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/email/templates folder open the tempalte file for you email message.

at the top of the code, find the following block:

$removeBegins = array();
$removeBegins[] = "Security";

you can add the submit button to this array to have it removed from the email message:

$removeBegins = array();
$removeBegins[] = "Security";
$removeBegins[] = "submit";

Sign in to reply to this post

Lon WintersBeta Tester

I asked the same question a while back. Jason's solution does work, but I still prefer to create my own content template and use the bindings tab to place the form values individually, instead of a single string. that's just my preference and another option.

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