Skip to content

Commit

Permalink
Fixed #233
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Sep 4, 2015
1 parent 2fd7708 commit 5221bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/forms/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function give_output_donation_levels( $form_id = 0, $args = array() ) {
}
?>

<input class="give-text-input" id="give-amount" name="give-amount" type="text" placeholder="" value="<?php echo $default_amount; ?>" required autocomplete="off">
<input class="give-text-input" id="give-amount" name="give-amount" type="tel" placeholder="" value="<?php echo $default_amount; ?>" required autocomplete="off">

<?php if ( $currency_position == 'after' ) {
echo $currency_output;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ We also really like WooCommerce. It's hands-down the most robust eCommerce platf
* New: 'give_forms_single_summary_classes' filter added for customizing form wrapper classes
* New: Advanced global setting added for load scripts in the footer - https://github.com/WordImpress/Give/issues/209
* New: Basic table styles for Give tables - https://github.com/WordImpress/Give/issues/232
* New: Custom amount field displays numbers by default on mobile/tablet - https://github.com/WordImpress/Give/issues/233
* Fix: Admin Give menu section called "Donation Forms" rather than just "Forms" thanks @pryley - https://github.com/WordImpress/Give/issues/196

= 1.2.1 =
Expand Down

0 comments on commit 5221bb3

Please sign in to comment.