Below is the error I recieve - Im close because its passing
the data through but it stops here. I have ticks by the email and
reason on purpose. Pretty sure thats how it should be done. Thanks
in advance for even looking at it.
Error Occurred While Processing Request
Error Executing Database Query.
[Macromedia][SQLServer JDBC Driver][SQLServer]Line 2:
Incorrect syntax near ' '.
The error occurred in
/var/www/vhosts/comapny/httpdocs/act_unsubscribe.cfm: line 14
12 : (Email, Reason, Date)
13 : Values
14 : ('#attributes.email#', '#attributes.reason#', getdate())
15 : </cfquery>
16 :
============================================
Code