diff --git a/src/GiftAidField.php b/src/GiftAidField.php index 4a73502..376785b 100644 --- a/src/GiftAidField.php +++ b/src/GiftAidField.php @@ -65,6 +65,7 @@ public function is_value_submission_array(): bool public function get_field_input($form, $value = '', $entry = null): string { $id = (int) $this->id; + $is_form_editor = $this->is_form_editor(); $giftaidImage = plugins_url('public/img/giftaid.svg', __DIR__); $selectedPriceField = $this->selectedPriceField ?? ''; @@ -96,6 +97,9 @@ class="gfield-choice-input" name="input_" type="checkbox" value="Yes" + + + >