Still Get:
Variable DESCIPTION is undefined. The error occurred on line 66.
Now I'll it will error with above if I don't change the input to the send mail:
<input type="image" src="images/interestproduct.gif" width="209" height="82" border="0" /><input type="hidden" name="description"
value="desciption">
<input type="hidden" name="model" value="model">
I have to remove the #, or the variable is undefined on the submit to the sendmail.cfm
Make sense? I need to keep the variable alive to the next form, sendmail.
Mark
On May 20, 2005, at 4:35 PM, John Ivanoff wrote:
are your variable in cfoutput tags?
On 5/20/05, Mark Armstrong <[EMAIL PROTECTED]> wrote:
I thought I had it working, but no. The page outputs data from a query (duh):
<br> <LI><b>Make:</b> #Description# <LI><b>Model:</b> #Model# <li><b>Capacity:</b> #Capacity# <li><b>Year:</b> #Year# <li><b>Serial:</b> #Serial# <li><b>Voltage:</b> #Voltage# </ul>
<cfform action="sendmail.cfm"><input type="image" src="images/interestproduct.gif" width="209" height="82" border="0" /><input type="hidden" value="'#desciption#' - '#model#'" /></cfform>
When they click on the input button (we want more info), I send them to
a "sendmail.cfm" page:
<cfmail to="[EMAIL PROTECTED]" from="someone@ somewhere.com" subject="website: Interest in Used Product"><body>#form.desciption# - #form.model#</body> </cfmail>
What am I doing wrong on this? the "hidden" input isn't working on the initial form.
thanks,
mark
---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: �� http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: �� http://www.dfwcfug.org/form_MemberRegistration.cfm
---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
