Hi,
I have a form with an textarea which is using CKEditor. When I fill in the textarea and submit the form it gives me a error message: 'Please give a message'. When I hit submit again it works but then I have two new records in my database. I am not getting this problem on every form... sometimes it shows up. Does anyone have the same problem or a solution?
Greets
I have a form with an textarea which is using CKEditor. When I fill in the textarea and submit the form it gives me a error message: 'Please give a message'. When I hit submit again it works but then I have two new records in my database. I am not getting this problem on every form... sometimes it shows up. Does anyone have the same problem or a solution?
Greets
Re: Need to submit twice
in the above example the form would submit anyway even if test returned false
once you added something like the 'return' above, then the button wouldn't fire.
hope that helps. the code may not be perfrect but the concept is what i'm trying to convey
Re: Need to submit twice
Greets