<![CDATA[ very basic about Websignup - My Forums]]> https://forums.modx.com/thread/?thread=44755 <![CDATA[ [solved]Re: very basic about Websignup]]> https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257474 thanks a lot guys.

I didnt notice the websignup.inc.phpyet ..sorry.

I’ll have a look to WebloginPE that seems to be more powerful
]]>
elz64 Apr 22, 2009, 01:36 AM https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257474
<![CDATA[Re: very basic about Websignup]]> https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257473
You can edit that file (make a backup copy just in case), or better take that default form as an example and create either a chunk or a document with your customized form and pass that value to the snippet to use.
&tpl=`CustomSFChunk`
&tpl=`25`

If you want to add the new user to a specific group, pass that to the snippet like so:
&groups=`groupname`
Use a comma seperated list of the group names if adding to multiple groups:
&groups=`groupname,groupname2`

basic no frills: [[WebSignup]] (uses the default template and adds to no groups)
chunk ex: [[WebSignup? &tpl=`CustomSFChunk` &groups=`NewsReaders,WebUsers`]] (CustomSFChunk would be your chunk name)
doc ex: [[WebSignup? &tpl=`25` &groups=`NewsReaders`]] (25 would be the document id, note that only the document content is used)

Hope this helps smiley]]>
breezer Apr 21, 2009, 02:17 PM https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257473
<![CDATA[Re: very basic about Websignup]]> https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257472 http://modxcms.com/extras.html?view=package/view&package=495

Although currently, I’m experiencing problems making it work... but at least I got it to work partially, which is more than I could say for the original WebLogin Snippet.]]>
Everettg_99 Apr 21, 2009, 01:03 PM https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257472
<![CDATA[very basic about Websignup]]> https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257471
I’m quit disturbed by the new modxcms website, as I cant find documentation as ez as before.

Anyway, I looking at Websignup for the first time...and ...I just cant fond anything significant about this snippet usage (basicaly the tpl it needs)

nothing on the wiki neither. huh

any link ?

Thank you

]]>
elz64 Apr 21, 2009, 12:49 PM https://forums.modx.com/thread/44755/very-basic-about-websignup#dis-post-257471