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.
CommuniMail - REquired Fields
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
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
-
- Posts: 6
- Joined: Feb 17, 2007 7:51 am
Which config file?
Which config file do we need to change in order to make this work on any form?