I seem to recall a :params option involved in the :signup lifecycle
step - maybe that's filtering stuff?
--Matt Jones
On Jul 15, 2009, at 2:44 AM, blueHandTalking wrote:
>
> I have been progressing through implementing the signup mechanism,
> and thanks to everyone's help (I really appreciate it!) things are
> now
> set up correctly: permission system is working, lifecycle, password,
> etc.
>
>
> I did add some extra fields for a signup form, but they are not being
> posted to the
> database. Here is the signup form I created (the Lowpro calls are
> working fine, excepting
> the spinner):
>
> <def tag="padsignup" polymorphic/>
> <def tag="padsignup" for="User">
> <form lifecycle="signup" success="Event.onReady(function() {$
> ('archsignup').style.visibility='hidden'; $
> ('informsignup').style.visibility='visible';});" spinner-next-
> to="archsubmitbtn">
> <error-messages param/>
> <field-list fields="name,contact_title,
> email_address
> ,contact_phone
> ,current_location_city,country,company,company_website,password,
> password_confirmation" param/>
> <div param="actions">
> <submit label="Signup" param/><or-cancel param="cancel"/>
> </div>
> <after-submit stay-here />
> </form>
> </def>
>
> Basically, the <signup-form> but with my additonal calls and
> additional fields which are
> not posting.
>
> jet
>
>
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---