Skip to content

Change to Custom Fields on Contribution Pages

ayduns requested to merge ayduns/gdpr:custom_field_changes into master

From 5.80, Contribution Page custom fields will be enabled in core (see here)
Contribution Page custom fields of style Inline will automatically be shown on the Settings tab.

The GDPR extension does the following:

  1. Creates a custom field group with custom handling to display this as a tab.
  2. Adds/Deletes an OptionValue to enable custom fields on Contribution Pages.

This PR:

  1. Changes the style to Tab so that it is not displayed by the new core changes.
  2. Removes processing relating to the OptionValue.

Merge request reports

Loading