Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Mar 17, 2010 Mar 17, 2010

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

285
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 17, 2010 Mar 17, 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#">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 17, 2010 Mar 17, 2010
LATEST

Hi,

Thanks for your help.

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

working.

Maggie

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources