webform_civicrm icon indicating copy to clipboard operation
webform_civicrm copied to clipboard

D8/9 - Fix contribution amount to be used as hidden field

Open jitendrapurohit opened this issue 3 years ago • 0 comments

Overview

Allow contribution amount to be typed as a hidden field.

Before

In d7, the contribution amount field could be converted to a hidden field with a default value.

D9 - there is no way via UI, we need to modify the source and set it to type: hidden. But we still get a notice error on display.

image

After

Fixed. CiviCRM Number field can be changed to Hidden field via build form.

image

jitendrapurohit avatar Dec 26 '21 08:12 jitendrapurohit