I'm sorry but I'm new to all of this.
Would I do that by simply placing it at the bottom like so?
<cfmail
to="email address 1"
from="email address 2"
subject="Form Email"
type="HTML">
When I check the box that it errors on, It countinues to the next box, and gives that error.
THE EXACT ERROR IS
Error Occurred While Processing Request
Error Diagnostic Information
An error occurred while evaluating the expression:
#Form.Event#
Error near line 62, column 18.
Error...
I'm all new to this, how would I go about doing that?
When you say copy and paste whats in the email, you mean the form that creates the email, not the email it self?
Stored as hidden fields where? in the web form, or the email form mailer?
I have a form that send all the info to a Formmailer.cfm file, its a simple Formmailer.cfp, just cparam arguments, with cfmail to send it to an email address.
How do I create a confirmation page that will show the user, the information gathered from the form(like the copy I get in the email)...
it points to line 1240 being the problem, which is
if (sOption == '') {document.getElementById(x2).value=x+"\n";}
does that still mean its a textbox name issue?
I must have entered it in a wrong way, because your last code, the one you did not get the message one, works with no errors.
So, I'll just compare the coding, but Thanks alot, this has been such a great help.
Firefox, and AOL seem to have problems running this code, from Firefox I get
Error: document.getElementById(x2) has no properties
Aol does not run it, but Internet Explorer does,(which is interesting since Aol uses, Internet Explorer.
I'm going to try using the code you just posted.
Ok, never mind the last post
There is going to be more than one drop down box, do I need to keep this code alone from all the other code, or will just changing the textbox1 value for every case do the trick?
What are the specific parts I need to change, for example lets say my current dropdown menu is called dropmenu1, and my current textbox is called boxtext1, where do I make the changes for that?
I can't find the name of your dropdown menu to change it.
Basicly where do I change it so that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.