Gossamer Forum
Skip to Content



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.com


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Quote Reply
Re: [Andy] Registration Fields In reply to
Thanks Andy.