1 of 5
1
FreeForm module
Posted: 14 June 2006 02:04 AM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  09-18-2003

I’m not sure if this is the correct place to post this, but here it goes:

Is there anywhere else where I can download the FreeForm module from?  It appears that SolSpace.com is offline.

Profile
 
 
Posted: 14 June 2006 06:45 AM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  16399
Joined  06-03-2002

I’m sure that’s temporary, Hoku, as I was just on their site yesterday.  Probably just performing an update or some other maintenance.

 Signature 
Profile
MSG
 
 
Posted: 21 June 2006 12:13 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

Thanks for the cover Derek.

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.

Have fun!

mk

Profile
 
 
Posted: 21 June 2006 12:17 PM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  16399
Joined  06-03-2002

Sweet, new software from Solspace is always a good day!

 Signature 
Profile
MSG
 
 
Posted: 21 June 2006 09:00 PM   [ Ignore ]   [ # 4 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12791
Joined  04-29-2002

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.

Any way of adding that functionality?

Testing with 2.2 right now.

Love the docs on the site. smile

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 21 June 2006 10:46 PM   [ Ignore ]   [ # 5 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

Thanks Sue,

I was annoyed by that too, the field ordering thing. I’ll fold that in to 2.3. Good lookin’ out.

mk

Profile
 
 
Posted: 22 June 2006 12:48 AM   [ Ignore ]   [ # 6 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12791
Joined  04-29-2002

Thanks! I’ll be updating my sites to use the newer version soon.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 30 June 2006 10:54 AM   [ Ignore ]   [ # 7 ]  
Research Assistant
RankRankRank
Total Posts:  986
Joined  06-13-2005

I could not find an email in http://www.solspace.com/ , so I post here.

There’s a small bug(?) connected with in ‘/’ in ‘redirect_on_duplicate’


{exp:freeform:form form_name=“freeform” redirect_on_duplicate=“xp/already_posted” return=“xp” notify=”*@*.*” template=“testing”}

Screenshot attached. FF 1.5.0.4
Latest build. UTF-8


I created the already_posted template as Template Group (not a template; to use redirect_on_duplicate=“already_posted”), it works correctly.

Image Attachments
url.gif
Click thumbnail to see full-size image
 Signature 

tulks.com

Profile
 
 
Posted: 30 June 2006 11:20 AM   [ Ignore ]   [ # 8 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

Thank you for the bug Sigork. I have a new build of Freeform in place that fixes the bug. 2.2.2 is available for download from solspace.com/software.

Thanks again for the keen eye!

mk

Profile
 
 
Posted: 30 June 2006 11:39 AM   [ Ignore ]   [ # 9 ]  
Research Assistant
RankRankRank
Total Posts:  986
Joined  06-13-2005

Thanks a lot! Now it works absolutely correctly.

Thanks for the very fast response!

 Signature 

tulks.com

Profile
 
 
Posted: 30 June 2006 11:46 AM   [ Ignore ]   [ # 10 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

Sigork,

Thanks again for reporting the bug. I really appreciate that. So do the other folks using the rascal.

Have a fine weekend.

mk

Profile
 
 
Posted: 18 July 2006 10:24 AM   [ Ignore ]   [ # 11 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

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.

Profile
 
 
Posted: 20 July 2006 06:16 AM   [ Ignore ]   [ # 12 ]  
Grad Student
Rank
Total Posts:  51
Joined  01-17-2006

Hi Solspace,

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.

Any thoughts?

Thanks,
Af.

Profile
 
 
Posted: 20 July 2006 07:12 AM   [ Ignore ]   [ # 13 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12791
Joined  04-29-2002

That empty div houses your hidden fields. You’re right, it shouldn’t be there.

Sounds like a defect to me. smile But not in the FreeForm code. The same thing happens in the Wiki code as well.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 20 July 2006 07:28 AM   [ Ignore ]   [ # 14 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  16399
Joined  06-03-2002

Sue’s right, it’s occurring when a site isn’t using secure forms and the form has no hidden elements.  This should be fixed in an upcoming build.

 Signature 
Profile
MSG
 
 
Posted: 20 July 2006 07:31 AM   [ Ignore ]   [ # 15 ]  
Grad Student
Rank
Total Posts:  51
Joined  01-17-2006

Ahhhh, “secure forms” you mean under https:// and SSL certificate? Could I just put in a dummy hidden element?

I need to get this project completed for a client so am keen for a temporary workaround.

Cheers,
Af.

Profile
 
 
Posted: 20 July 2006 07:37 AM   [ Ignore ]   [ # 16 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  16399
Joined  06-03-2002

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?”

 Signature 
Profile
MSG
 
 
Posted: 20 July 2006 08:05 AM   [ Ignore ]   [ # 17 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  16215
Joined  05-15-2004

But an empty set of <div></div>‘s not going to hurt anybody, unltil it will be fixed.

 Signature 

Everything will be good in the end. If it’s not good, it’s not the end.

Profile
MSG
 
 
Posted: 20 July 2006 01:17 PM   [ Ignore ]   [ # 18 ]  
Research Assistant
RankRankRank
Total Posts:  301
Joined  01-30-2003

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.

More to come.

mk

Profile
 
 
   
1 of 5
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 66519 Total Logged-in Users: 28
Total Topics: 84971 Total Anonymous Users: 16
Total Replies: 455843 Total Guests: 163
Total Posts: 540814    
Members ( View Memberlist )