Hi,
When I run the test form, it works fine also when submitting the form.
When I used the Chronoform plugin to add the form to the article, then that works also fine.
But when I submit the form in the live article the form doesn't get saved in the database nor the email sent.
I'm using chonoform plugin to insert the form to the article.
But it does call "on submit" event and clears the fields.
Does anyone know what could be causing this?
Thanks for help,
Hendrik
When I run the test form, it works fine also when submitting the form.
When I used the Chronoform plugin to add the form to the article, then that works also fine.
But when I submit the form in the live article the form doesn't get saved in the database nor the email sent.
I'm using chonoform plugin to insert the form to the article.
But it does call "on submit" event and clears the fields.
Does anyone know what could be causing this?
Thanks for help,
Hendrik
Hi Bob,
Thanks for the answer.
I have figured out the problem. For some reason the "get" event parameter stayed empty when getting to submit processing.
It happened in an article, but not in module. So I used the module, instead, to get my form in.
I assume I must have some sort of a function installed that doesn't allow passing "event" parameters via article.
Sincerely,
Hendrik
Thanks for the answer.
I have figured out the problem. For some reason the "get" event parameter stayed empty when getting to submit processing.
It happened in an article, but not in module. So I used the module, instead, to get my form in.
I assume I must have some sort of a function installed that doesn't allow passing "event" parameters via article.
Sincerely,
Hendrik
This topic is locked and no more replies can be posted.