What does FormHelper do?
Posted: 25 September 2007 07:06 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2007-09-25

I think I may have misunderstood FormHelper. Does it create SAEntryForms or SAEditForms?

Profile
 
 
Posted: 27 September 2007 04:27 PM   [ Ignore ]   [ # 1 ]
Jr. Member
RankRank
Total Posts:  36
Joined  2005-04-25

BobK, it creates SAEDITForms.

Form Helper Info

Profile
 
 
Posted: 27 September 2007 07:23 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2007-09-25

Thanks, Sue. So with this, I can create an edit form that allows authors to edit their posts without accessing my site’s control panel, correct?

Profile
 
 
Posted: 27 November 2007 02:44 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  1
Joined  2007-11-27

Can you also use it to create a new entry, or do you have to have a separate form for that?

Profile
 
 
Posted: 27 November 2007 02:53 PM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

fbossuyt,

No, the Form Helper plugin is only good for Editing an entry.
The Weblog:Entries loop has to be wrapped around the Form Helper loop/tags.

In that case, if you were to access this template to create a new entry, it would load all your entries into that template… it’d be pretty messy raspberry

If you’re unaware of the EE Stand Alone Entry Form, this is what it’d be for (creating new entries on the front-end)
Can be found here: http://expressionengine.com/docs/modules/weblog/entry_form.html

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 27 November 2007 05:50 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  3
Joined  2007-09-25

You’re right, Pie Man. I tried the Form Helper without the Weblog:Entries loop and it was awful. Works well when used properly, though.

fbossuyt: the stand alone entry form Pie Man references is excellent. It is easy to configure with fields you need and easy to eliminate the ones you don’t. Dress it up with a little CSS and you have a nice form. Then, add in the Form Helper and you’ll have a complete package without site members accessing your Control Panel.

Profile