I'm not sure what your problem is. I've never tried putting a signup
form on anything other than the default location (/users/signup).
Here's what I use to customize my signup form:
<extend tag="signup-form" for="User">
<old-signup-form>
<field-list: fields="first_name, last_name, email_address,
phone_number, state, institution, department, password,
password_confirmation" />
</old-signup-form>
</extend>
cheers,
Bryan
blueHandTalking wrote:
> This is the <signup-form> I am using. No errors generated, no code is
> generated either:
>
> <signup-form >
> <field-list:>
> <name-label: />
> <name-input:>
> <input type="text"name="name" />
> </name-input:>
> <email_address-label: />
> <email_address-input:>
> <input type="text"name="email_address" />
> </email_address-input:>
> <password-label: />
> <password-input:>
> <input type="text"name="password" />
> </password-input:>
> <password_confirmation-label: />
> <password_confirmation-input:>
> <input type="text" name="password_confirmation" />
> </password_confirmation-input:>
> </field-list:>
> <actions: />
> </signup-form>
>
> since <def tag="signup-form" for="User"> I am thinking no other
> declaration of 'User' is necessary to
> establish a context. Is that true?
>
> Also was hoping that the definition <form lifecycle="activate"> would
> work.
>
> If I am not using it correctly, there is a reason for that...
>
> 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
-~----------~----~----~----~------~----~------~--~---