-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Form Creation: Custom Amount Text Field Won't Accept Empty Value #72
Milestone
Comments
pluginmirror-worker
pushed a commit
to wp-plugins/give
that referenced
this issue
May 7, 2015
…found under Give > Settings > Display Options * New: Enable the billing details section for offline donations. The fieldset will appear above the offline donation instructions. Note: You may customize this option per form as needed. Per request impress-org/givewp#26 * New: Theme template compatibility updates for Flatsome, X Theme, and Avada, Twenty-* * New: Two new filters introduced give_default_wrapper_start and give_default_wrapper_end to modify template wrappers * New: PayPal Standard: Allow Option to Switch from Donations to Standard transactions impress-org/givewp#121 * New: Brazilian Portuguese Translation impress-org/givewp#107 * Update: CMB2 updated to latest * Update: CMB2 moved directories * Fix: Admin Multi-Level Amount Fields Not Passed through give_format_amount() impress-org/givewp#65 * Fix: Welcome screen CSS issue with WP 4.2+ impress-org/givewp#119 * Fix: Admin Form Creation: Custom Amount Text Field Won't Accept Empty Value impress-org/givewp#72 * Fix: Dollar sign in modal doesn't always work impress-org/givewp#120 * Fix: Reports > Logs > Payment Errors > View Transaction Details now opens properly in Thickbox modal - we weren't properly enqueuing thickbox styles and script in wp-admin * For complete details of release milestone please visit: https://github.com/WordImpress/Give/issues?q=milestone%3A%220.9+Release%22 git-svn-id: https://plugins.svn.wordpress.org/give/trunk@1154927 b8457f37-d9ea-0310-8a92-e5e31aec5664
jonwaldstein
pushed a commit
to jonwaldstein/givewp
that referenced
this issue
Aug 15, 2023
* chore: add workflow demo file * feature: checkout give repository * feature: ls give folder * fix: remove quotes * fix: working-directory * fix: ls path * fix: checkout * fix: checkout side by side * fix: path * feature: composer install for give core * feature: add tests workflow * fix: syntax * feature: add include-tests-workflow branch for tests * fix: branch name for tests * fix: addon slug * refactor: temporary change for workflow tests * refactor: temporary change for workflow tests * refactor: temporary change for workflow tests * refactor: use one DB per branch * refactor: revert to the original test code content * refactor: remove test branch from action events * refactor: remove demo action * refactor: remove comma * test: add test comment to trigger new action * refactor: move the order of steps around and add setupnode which might be needed for feature tests * fix: build step * tests: fix failing test * tests: fix failing test for php8 named arguments * chore: update tests * feature: add new unit-tests action that references givewp-github-actions repo * tests: use addon_slug input * fix: remove unused ref * refactor: remove local testing action in favor of givewp-github-actions Co-authored-by: Jon Waldstein <jonwaldstein@jons-air.mynetworksettings.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This field won't accept an empty value. Meaning, the user doesn't have the ability to make it not appear within the form.
The text was updated successfully, but these errors were encountered: