Form with fields on first page and area message on end_page (for greeting text). If selected security image is incorrect you can see the right error message on form head. Next when security image is correct and the form is proper submited, the error message doesn't go away and it's shown together with greeting final text on end_page form. This issue only with AJAX form setting enabled. On other similar forms NOT AJAX works perfectly.
Hi pswi2m,
It sounds to me as if this happens with the AJAX submission because the error message is a Joomla System Message which is outside the form HTML and therefor does not get refreshed with the AJAX re-load.
I don't know if CFv7 offers the option to show the error as a form message - that would resolve it. Otherwise a JavaScript snippet that deletes the message when the submit button is clicked, or when the AJAX reload takes place might do the trick.
Bob
It sounds to me as if this happens with the AJAX submission because the error message is a Joomla System Message which is outside the form HTML and therefor does not get refreshed with the AJAX re-load.
I don't know if CFv7 offers the option to show the error as a form message - that would resolve it. Otherwise a JavaScript snippet that deletes the message when the submit button is clicked, or when the AJAX reload takes place might do the trick.
Bob
You need to login to be able to post a reply.
