OK,

I thought I had it working, but no. The page outputs data from a query (duh):

<br>
<LI><b>Make:</b>&nbsp;#Description#
<LI><b>Model:</b>&nbsp;#Model#
<li><b>Capacity:</b>&nbsp;#Capacity#
<li><b>Year:</b>&nbsp;#Year#
<li><b>Serial:</b>&nbsp;#Serial#
<li><b>Voltage:</b>&nbsp;#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





Reply via email to