Skip to content

Commit

Permalink
Merge pull request #3 from ItinerisLtd/fix-entries-data
Browse files Browse the repository at this point in the history
updated input attributes
  • Loading branch information
Igor-Tkachenko committed Jun 1, 2023
2 parents 94cceac + e1abb70 commit 822077b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GiftAidField.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ public function get_field_input($form, $value = '', $entry = null): string
<input
class="gfield-choice-input"
id="gift-check-<?php echo esc_attr($id); ?>"
name="gift-check-<?php echo esc_attr($id); ?>"
name="input_<?php echo esc_attr($id); ?>"
type="checkbox"
value="1"
value="Yes"
>
<label for="gift-check-<?php echo esc_attr($id); ?>">
<?php echo esc_html($this->label); ?>
Expand Down

0 comments on commit 822077b

Please sign in to comment.