close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Hidden Field name showing in email sent

Thread began 5/16/2011 8:00 am by danny405167 | Last modified 5/18/2011 11:37 am by Jason Byrnes | 3452 views | 15 replies |

danny405167

Hidden Field name showing in email sent

I've created an email form with Form Builder 2 that contains the following hidden field:

<input id="Hidden_Field" name="Hidden_Field" type="hidden" value="<?php echo((isset($_GET["invalid"])?ValidatedField("emailSteveFrankel","Hidden_Field"):"")); ?>" />

My question is how can I prevent the Hidden Field name from displaying in the email?

Below is a sample email that I was testing

Form Submitted: 5-13-2011 | 4:35 PM PDT
Full Name: Danny Dominguez
Email Address: danny@bmprinting2000.com

phone: (123) 123-1234
Subject: Test
Comments: Test

Hidden Field:

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/email/templates folder, open the tempale file for your email, change the following code:

php:
$remove = array();

$remove[]  = "";
$remove[]  = "x";
$remove[]  = "y";




to:

php:
$remove = array();

$remove[]  = "";
$remove[]  = "x";
$remove[]  = "y";
$remove[]  = "Hidden_Field";
Sign in to reply to this post

danny405167

Thanks it worked...but

Can I use the same email form for different email recipients? I do not need it to be dynamic. On my email form I noticed where the recipient's email has been entered by the wizard. I copy the original email.php and renamed it as email_1.php, email_2.php and so on. I then change the email address on every page to the correspondent recipient's email address.

// build up recipients array
$CurIndex = sizeof($RecipArray);
$RecipArray[$CurIndex] = array();
$RecipArray[$CurIndex ][] = "email@domain.com";

I try using it with my email_1.php but nothing is being sent. Do I need to copy waue_emails_1.php and rename it as waue_emails_2.php?

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of the email_1.php page please

Sign in to reply to this post

danny405167

I am sending you both waue_emails_1.php and the templates.

Sign in to reply to this post

Jason ByrnesWebAssist

all i need is the email_1.php file please, compress it to a zip file and attach the zip archive.

Sign in to reply to this post

danny405167

Sorry. Here is the file

Attached Files
waue_emails_1.zip
Sign in to reply to this post

Jason ByrnesWebAssist

this is not the file that I need.

Please send a copy of the email_1.php file please file.

Sign in to reply to this post

danny405167

I am really sorry. Here is the file.

Attached Files
email_1.zip
Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post
loading

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