Forums

Only curly brackets in email

Kayrocker 26 Jan, 2012
Hi Bob,

Thanks for creating a great form! Here's my trouble (I have a feeling I'm just missing something simple, sorry if I am):

I created a form with:
Label Text: "Organizer's Name" Field Name: "organizername" I then dragged and placed the "Email" event, enabled it, and generated the auto template.

Testing it, I inputted: "Paul Jones" as the name. On submission, it emailed successfully, but the email info reads:
Organizer's Name {organizername}
when it should read:
Organizer's Name Paul Jones

I checked the code and verified: name="organizername" inside the DIV tags. What am I doing wrong?

Thanks,

Jeremy
(Using CFv4 on Joomla 1.7.3)
GreyHead 26 Jan, 2012
Hi Jeremy,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here. Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob

PS I'm glad you like ChronoForms; it's Max's product, not mine.
Kayrocker 26 Jan, 2012
Thank you, Bob. Attached is the results output. ~~Jeremy
GreyHead 26 Jan, 2012
Hi Jeremy,

It looks as though your form isn't submitting any results. Please check the Form Method on the General tab (click the form name link in the Forms Manager to see it). It should be set to Post (not Get).

Bob
GreyHead 26 Jan, 2012
Hi Jeremy,

If Post is already set them I'm a bit confused as your form is only returning the values from the URL not from the form inputs.

Please post a link to the form so I can take a quick look.

Bob
GreyHead 30 Jan, 2012
Hi Jeremy,

I added a Handle Arrays action to unpack the checkbox groups, everything looks OK to me. The dummy email from the Debugger seems to show the values correctly.

Bob
This topic is locked and no more replies can be posted.