Blank Email, Confirmation Message , Submit Without Entering Captcha

LikeStuff 09 Apr, 2019
I'm trying out ChronoForms 6 but I cannot find some things. I imported the form from v4 but now some things are not working.

1) I cannot find where to put the confirmation message. After the user submits the form I would like to show a "thank you" message, where do I put that please?

2) I am able to submit the form without entering the Captcha info., why is that?

3) All the fields are blank when I receive the email. I made sure the field names are correct but not sure what else is causing it. This is my HTML.

<table border="0" cellpadding="5" width="90%">
<tbody>
<tr>
<td width="10%"><strong>Name:</strong></td>
<td width="80%"><span>{data:Name}</span></td>
</tr>
<tr>
<td><strong>Email:</strong></td>
<td><span>{data:Email}</span></td>
</tr>
<tr>
<td><strong>Phone:</strong></td>
<td><span>{data:Phone}</span></td>
</tr>
<tr>
<td valign="top"><strong>Message:</strong></td>
<td valign="top"><span>{data:Message}</span></td>
</tr>
</tbody>
</table>

Thank you!
healyhatman 09 Apr, 2019
When you import from an old version, it only imports the form design and not the backend actions. You need to add in the actions.
LikeStuff 10 Apr, 2019
The new version is different. Can I get some help with the above questions please?

Thanks!
Max_admin 10 Apr, 2019
Hi LikeStuff,

Please make sure you have the latest v6 update, then start a new form and test it, you will need to add Email & Message to the "Submit" page "Actions".

Does this help?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
LikeStuff 11 Apr, 2019
Hi Max,

I thought I would remove the old version and did a brand new install with the new version 6 but I cannot access it. I'm getting this message:

An error has occurred.
1054 Unknown column 'Extension.addon_id' in 'field list'

How do I fix it please😟

Thank you
healyhatman 12 Apr, 2019
That's a bit weird. Try redownloading and reinstalling the component.
LikeStuff 12 Apr, 2019
OK so I did what you suggested and now the form is installed. Thank you🙂
LikeStuff 13 Apr, 2019
I happened to get the form to send the content but at the top it says:
"You didn't pass the NoCaptcha verification."

I'm guessing I have things set-up incorrectly in the Actions. Can you please take a look and let me know what I need to fix or if I need to add anything else?

Thanks in advance!!
Blank Email, Confirmation Message , Submit Without Entering Captcha image 1
healyhatman 13 Apr, 2019
You need an event load in the fail event not a loop. And you need to disable the automatic check on the settings page of you want to do the check manually like you are. And if you use a debug it will tell you why it failed
Max_admin 14 Apr, 2019
Just keep the Email under "submit" and delete everything you have in Actions, the check security fields under the form settings is better stay enabled!

best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.