Hello,
After installing Chronoforms V4_RC2.0 I made a simple form to test this (for me) new component.
I made an orderform with name, email, product, measure, and gender. All the fields are required. I added captcha as well.
On testing a noticed that only the validation of the emailadres and captcha works.
And an email was send, even when I did not fill any of the fields.
So I added in the On Load and in the On Submit a Debugger event.
This is the result of when of my tests (with empty fields):
Language string failed to load: invalid_address: Data Array:
Array
(
[naam] =>
[email] =>
[product] =>
[maat] =>
[geslacht] =>
[chrono_verification] =>
[Submit] => Verzenden
[e73b5e843560776acef8cd49e4d48feb] => 1
[chronoform] => Bestelformulier
[event] => submit
[Itemid] => 208
[option] => com_chronoforms
[view] => form
)
Debug Data
1. Core Captcha
1. Failed the core captcha check!
2. An email has been SENT successfully from () to [email]nmeurders@tele2.nl[/email]
Email template:
Naam*
Email*
Product*
Maat*
Geslacht*
Beveiligingscode*
I hope you can tell me what i did wrong.
Kind Regards,
Nico
After installing Chronoforms V4_RC2.0 I made a simple form to test this (for me) new component.
I made an orderform with name, email, product, measure, and gender. All the fields are required. I added captcha as well.
On testing a noticed that only the validation of the emailadres and captcha works.
And an email was send, even when I did not fill any of the fields.
So I added in the On Load and in the On Submit a Debugger event.
This is the result of when of my tests (with empty fields):
Language string failed to load: invalid_address: Data Array:
Array
(
[naam] =>
[email] =>
[product] =>
[maat] =>
[geslacht] =>
[chrono_verification] =>
[Submit] => Verzenden
[e73b5e843560776acef8cd49e4d48feb] => 1
[chronoform] => Bestelformulier
[event] => submit
[Itemid] => 208
[option] => com_chronoforms
[view] => form
)
Debug Data
1. Core Captcha
1. Failed the core captcha check!
2. An email has been SENT successfully from () to [email]nmeurders@tele2.nl[/email]
Email template:
Naam*
Email*
Product*
Maat*
Geslacht*
Beveiligingscode*
I hope you can tell me what i did wrong.
Kind Regards,
Nico