You still don't have a name in the input tag.... You need one for the SUBMIT as well...
<cfinput type="submit" NAME="SUBMIT" value="Submit the Form!" /> -----Original Message----- From: John Barrett [mailto:[email protected]] Sent: Monday, October 22, 2012 7:22 PM To: cf-newbie Subject: Re: cfform issue Hi Eric, thanks! I put that in the sumbit form value, but i still get this error: Attribute validation error for tag CFINPUT. It requires the attribute(s): NAME. The form now looks like this: <cfform id="newsletter-form" action="newsletter.cfm"> <cfinput type="text" name="newsletter-text-input" id="newsletter-text-input"> <cfinput type="submit" value="Submit the Form!" /> </cfform> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5954 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
