Copy link to clipboard
Copied
Hi,
I am brand new to ColdFusion and am using a pre-built form for a contact form on a client's site. I added the additional field business name and must have missed something - any ideas on where I would need to define the element would be appreciated.
Thanks
Maggie
Copy link to clipboard
Copied
Troubleshooting technique number 1 - look at your data. In this case, either msg doesn't exist, or it doesn't contain anything named senderbusinessname. Run the following line somewhere before the error occurs.
<cfdump var="#msg#">
Copy link to clipboard
Copied
Hi,
Thanks for your help.
I went back through the code and found the error. My contact form is now
working.
Maggie