CIVICRM, how to make first or last name optional in contacts? -


i'm use civicrm drupal, , import data in contact data have row missing first or last name, , first or last name compulsory not uploaded,

so back-end setting civi i'm make first or last name optional, possible?

by default, there 2 tests run before creating contact in civicrm. have pass 1 of these 2 tests contact created.

1) have first name , last name or 2) have email.

there not "back-end setting civi [you can] make first or last name optional" if have email address contact, not required.

one work around if need import contacts don't have either email or first name , last name create dummy email address 'dummy@example.com' , add data going import.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -