Gossamer Forum
Home : Products : Others : Gossamer Community :

Profile Form Item Order

Quote Reply
Profile Form Item Order
Hi,

Is there a way to control the order that the profile data is set?

Currently if a new form option is added it is automatically placed at the end of the list.

Thanks

Brian
Quote Reply
Re: [Teambldr] Profile Form Item Order In reply to
Hi,

No, fraid not. You can always remove the auto generated form and lay the form out however you like it. =)

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Profile Form Item Order In reply to
 
Any idea on how to do this?

In Reply To:
Hi,

No, fraid not. You can always remove the auto generated form and lay the form out however you like it. =)

Cheers,

Alex
Quote Reply
Re: [vercyb] Profile Form Item Order In reply to
I'm guessing that the part in user_profile.html like in user_signup.html that is automatically generated :

Code:
<%--
This auto generates the profile form, so if you add profile options it
will automatically appear.
--%>
<%Community::Web::SSI::ssi_profile_form(
td_l => 'class="body" width="40%" align="right"',
td_r => 'class="body" align="left"',
required => '*'
)%>

needs to be replaced with standard html code that corresponds to what GT Comm would automatically generate. If you open that page in your browser and simply view the html source code you'll have the code you need to replace the part that is automatically generated. Once you've tested this static code works the same way as the automatically generated code you can change the order in the static html code.

The only issue you'll have is if you want to add a new field, but you should be able to see with the field names you add how to enter them in your page...

Hope this helps...

John
Significant Media

Last edited by:

Jag: Mar 31, 2005, 3:00 PM