Gossamer Forum
Home : Products : Others : Gossamer Community :

Additional field -- not autobuild into profile

Quote Reply
Additional field -- not autobuild into profile
I want to add an additional field that doesn't get built by the automatic form field build option:

<%Community::Web::SSI::ssi_profile_form(
td_l => 'class="body" width="40%" align="right"',
td_r => 'class="body" align="left"',
required => '*'
)%>

Specifically, I want make people select a check box to agree with a privacy policy.

Do I need to do it the old fashoned way and hack it?

Thanks,
Mike
Quote Reply
Re: [Swaylock] Additional field -- not autobuild into profile In reply to
Hi.

Presuming that the column was added from Database>Customise Profile Fields utility just do a Resync Database and check again after ading the column. Also ensure that the same column is not marked as hidden in Setup>User Signup Options

Anup