systopia / Custom-Data-Helper

Helper class for CiviCRM Extensions
GNU Affero General Public License v3.0
0 stars 0 forks source link

Support custom field separators between group and field name #4

Open bjendres opened 1 year ago

bjendres commented 1 year ago

Currently the module uses the decimal point (.) as a separator between group name and field name. However, this can lead to issues, for example when these would be used as drupal form field names.

Therefore, this change adds the option to specify another separator (e.g. __), but then the user has to make sure these don't appear in the group name and field name itself