I'm finally moving one of my long-term clients from Joomla to Wordpress, and I've been using Chronoforms to process submissions from a web app, using a tag like this:
And with a corresponding hidden id number field at the end of the form.
Will this still work in Wordpress??
<form action="http://website.com/formname?chronoform=formname&event=submit" method="post" enctype="multipart/form-data" id="formid" data-ajax="false">
And with a corresponding hidden id number field at the end of the form.
Will this still work in Wordpress??