Hi abasel,
The form is inside <p> tags, this is illegal HTML and will stop the form submitting in some versions of IE. I suggest that you don't use the plug-in for forms like this where there is little or no article content.
Bob
Thanks Bob, can't believe I did that.. forgot to encase with div tags so Joomla added the <p>
Since correcting the above issue it still does the same thing. I have also tried testing from the backend ie not via the plugin and it still doesn't work
I've put a "Debugger" as the first item in the OnSubmit event but it doesn't display anything.
Ok, I'm getting closer it stops working when I put the three top dropdown fields in....
Yip... I take the one dropdown out and it all works... almost like the form is getting too long.. which I know it's not
Hi abasel,
Ah, I see (I've had some coffee now). The first drop-down is called 'event' and the value over-rides the ChronoForms event=submit. Please rename it to e.g. event_x and all should be well.
Bob
Awesome.. all good :-)Many thanks