<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br></div><div>Hi</div><div>i'm having a slight trouble with newgroupbox</div><div><br></div><div>on my site, when someone tries to access a group that doesn't exist, i've added to my 'Site.PageNotFound' a link to a MySite.CreateNewGroup?v={*$Group}, with the non-existent group added to the link as an http variable...</div><div><br></div><div>when the user clicks, they end up at the CreateNewGroup page, where NewGroupBox is installed, and i've the following conditional code:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:cellnr width=100% align=center:)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:if !equal {$urlVarV} "":)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:newgroupbox base=Index size=25 label="Create Profile" button="right" value="{$urlVarV}" focus=false save=true:)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:else:)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:newgroupbox base=Index size=25 label="Create Profile" button="right" value="Enter New Group Here" focus=true save=true:)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:ifend:)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(:tableend:)</div></div><div><br></div><div>(note: i've got $urlVarV set up in my config to $_REQUEST "v" from the URL)</div><div><br></div><div><br></div><div>this *seems* to work fine up to this point - the new group name stored in the variable "v" successfully shows up as the default in the textbox.</div><div>however, when i finally click "Create Profile", nothing happens. if i then delete the default text, and re-enter it manually, everything works fine, and i'm redirected to the new group.</div><div><br></div><div>is there any way to get this form to accept and submit its default value when an http variable is providing it?</div><div><br></div>thanks!<div>adam</div><div><br><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>. . .</div><div><br class="khtml-block-placeholder"></div><div><a href="mailto:a@plus1plus1plus.org">a@plus1plus1plus.org</a></div><div>661 373 8679</div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span> </div><br></div></body></html>