Solspace was offline for about a day on account of the CEO is a bonehead and forgot to turn EE back on after an upgrade to 1.4.2. Sorry for the inconvenience.
Freeform 2.2 is ready for download. Documentation is now online at solspace.com/docs. And there are a couple of extensions available that extend Freeform’s capabilities.
Mitchell, when I add a new field to the field groups, I’m not getting an automagically entered in field order. I get that from the EE create a new field for weblog entries.
Seeing a renewed interest in Freeform these days. Have had a bunch of feature requests and have received some additional language files. I’ll be releasing 2.3 soon. Thanks everybody.
Sorry to hijack this thread but perhaps it’s good to keep the FreeForm stuff in one place.
I’m trying to use this module (v2.2.2) and so far it seems to be pretty awesome. Only problem is that it’s adding an emtpy <div></div> at the top of my form but nothing inside it. What could be causing this? Here’s my template info:
{exp:freeform:form form_name="emailcatalogue" required="name|email" return="base/catalogue"} <fieldset> <legend>Here is the intro to the form</legend> <div> <label for="name">Name <span>*</span></label> <div><input type="text" id="name" value="" /></div> </div> <!-- other fields --> <input type="submit" value="Submit" name="submit" /> </fieldset> {/exp:freeform:form}
The output is like this:
<form name='emailcatalogue' id='emailcatalogue' method="post" action="http://domain.com/index.php/base/catalogue/" > <div> </div> <fieldset> <legend>Here is the intro to the form</legend> <div> <label for="name">Name <span>*</span></label> <div><input type="text" id="name" value="" /></div> </div> <!-- other fields --> <input type="submit" value="Submit" name="submit" /> </fieldset> </form>
I’ve added the fields in the control panel but that hasn’t fixed it. The submit does nothing at all, page refreshes but comes back exactly the same.
No, secure forms are an option of ExpressionEngine to help prevent form hijacking by malicious individuals or, in more likely cases, scripts. This setting is in Admin > System Preferences > Security and Session Preferences, “Process Form Data in Secure Mode?”
Thanks for pointing out this bug. I plan to release Freeform 2.3 this week and hopefully will have a work-around in it. Strange bug. Of course, Freeform won’t do anything for you without its hidden fields.