Skip to main content
Participant
March 17, 2010
Question

need help with error message-Element SENDERBUSINESSNAME is undefined in MSG

  • March 17, 2010
  • 1 reply
  • 306 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    March 18, 2010

    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#">

    Participant
    March 18, 2010

    Hi,

    Thanks for your help.

    I went back through the code and found the error. My contact form is now

    working.

    Maggie