CommuniMail - REquired Fields

Message
Author
User
Posts: 9
Joined: Dec 12, 2006 8:58 am

REquired Fields

#1 Postby User » Dec 19, 2006 12:05 pm

Sorry to keep asking these questions.

Could you please tell me how I can make other fields required (we are only using the extended register form), such as the name etc.

Thank again.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Dec 19, 2006 12:10 pm

Hello,


you can find that setting in config file.

contact_req => { LIST_ID => 1,
USER_ID => 0,
CONT_ID => 0,
L2C_ID => 0,
USER_ID => 0,
NAME => 0,
EMAIL => 1,
EMAIL2 => 0,
PREFIX => 0,
COMPANY => 0,
TITLE => 0,
ADDRESS => 0,
ADDRESS2 => 0,
CITY => 0,
STATE => 0,
ZIP => 0,
COUNTRY => 0,
FAX => 0,
ADD_INFO1=> 0,
ADD_INFO2=> 0,
STATUS => 1
},


You need to replace zero with 1 if you want to make field obligatory.

Thanks

brohendesign
Posts: 6
Joined: Feb 17, 2007 7:51 am

Which config file?

#3 Postby brohendesign » Feb 21, 2007 11:35 am

Which config file do we need to change in order to make this work on any form?