Skip to content

Commit

Permalink
WPCIVIUX-162 Increase size of CloudFlare Turnstile input fields in se…
Browse files Browse the repository at this point in the history
…ttings
  • Loading branch information
agileware-iris committed Nov 4, 2024
1 parent 2a090f1 commit a4d08b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/partials/civicrm-ux-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function civicrm_ux_settings_page() {
<tr style="vertical-align: text-top;">
<td><label for="sitekey">Sitekey</label></td>
<td><input type="text"
size="50"
id="sitekey"
name="civicrm_ux_cf_turnstile[sitekey]"
value="<?php echo $civicrm_ux_cf_turnstile['sitekey']; ?>"/>
Expand All @@ -149,6 +150,7 @@ function civicrm_ux_settings_page() {
<tr style="vertical-align: text-top;">
<td><label for="secret_key">Secret Key</label></td>
<td><input type="text"
size="50"
id="secret_key"
name="civicrm_ux_cf_turnstile[secret_key]"
value="<?php echo $civicrm_ux_cf_turnstile['secret_key']; ?>"/>
Expand Down

0 comments on commit a4d08b2

Please sign in to comment.