Gossamer Forum
Home : Products : Others : Gossamer Community :

Registration Fields

Quote Reply
Registration Fields
I would like to make two changes to community but don't know how and was wondering if anyone could walk me through it? I want to change the registration fields so that address, city, state and country are required. I would also like to change the country section to where its a drop down and they would just select the country. Any suggestions?
Quote Reply
Re: [LordStryfe] Registration Fields In reply to
Hi,

From memory (without looking), to make fields non-required in GComm, you need to login to the admin area- then goto Database > Profile Fields.

Then, select the fields you wanna make not required - and set "is null => no"

For the Country field - click onto that field, then change it to the following:

Type: CHAR(255)
Form Type: SELECT
Form Values:
List
Of
Countries
Form Names:
List
Of
Countries


Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Registration Fields In reply to
Thanks Andy.