I'll start of by saying I'm new to both Ruby on Rails and Hobo so if
you have an answer please make it as clear as possible :) (I have a
feeling that trying to learn both at the same time was a mistake
because now I'm not sure what's RoR and what's Hobo, but oh well).

I'm attempting to customise the default Hobo signup page to look
something like this:

Section 1: [require info]
Username:
Password:
etc...

Section 2: [not required]
More stuff

Section 3: [not required]

Agree to Terms and Conditions [required]

------

I've been looking around the forum for a solution to the problem, but
so far I've only had a little success. Using /views/users/signup.dryml
I've been able to add content using to the page using something like
this:

<signup-page>
        <prepend-content-body:>
                Content goes here.
        </prepend-content-body:>
</signup-page>

or change the content of the signup form:

<signup-page>
  <form:>
    <field-list: replace>
      <field-list fields="name, email_address, password" />
    </field-list:>
  </form:>
</signup-page>

But can't seem to do both / split it up in the way I need. I'm sure
I'm missing some basic understanding of something that should make
this really easy but at the moment it feels like I'm banging my head
on a wall and making little progress.

--

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.


Reply via email to