Hi all, thanks for your newbie patience but I didn't see this posted anywhere.
I've created a form and the data is all going into the database fine. What I'm doing with the form is trying to capture simple data like names, etc. On submit all the data goes into the table fine. The emails, however are not doing that.
The form is here http://cultenergyusa.com/redesign/index.php?option=com_chronocontact&chronoformname=contactpage
The emails look like:
What do?
I've created a form and the data is all going into the database fine. What I'm doing with the form is trying to capture simple data like names, etc. On submit all the data goes into the table fine. The emails, however are not doing that.
The form is here http://cultenergyusa.com/redesign/index.php?option=com_chronocontact&chronoformname=contactpage
The emails look like:
Name
{text_3}
Company
{text_5}
Phone
{text_6}
Email
{text_7}
Are you interested in Distribution?
yes
Why are you contacting us?
{text_12}
What do?
Hi gibbydesign,
Since the for was created you've changed the names of the inputs from name='text_1', name='text_2', etc. to name='name', name='company', . . .
You need to edit the Email Template as well.
Or you can delete it completely - including any hidden HTML - and ChronoForms will create a new one using the current input names.
Bob
Since the for was created you've changed the names of the inputs from name='text_1', name='text_2', etc. to name='name', name='company', . . .
You need to edit the Email Template as well.
Or you can delete it completely - including any hidden HTML - and ChronoForms will create a new one using the current input names.
Bob
This topic is locked and no more replies can be posted.