Hi there,
Thanks for being a first-time user! Let me help clarify that for you.
First, here’s the doc that explains it, but clearly we need to update it to address this question more specifically:
https://givewp.com/documentation/core/give-forms/donation-options/
1) If you choose a “Set Donation” then the default will be that set donation amount. If you also enable “Custom Amount” and set a minimum amount, the default will still be the Set Amount
2) If you create a Multi-level form, then the default will be whichever level you set as the default. If you also enable “Custom Amount” and set a minimum amount, the default will still be the level that you set as default.
Let me know if that clarifies for you. Thanks!
Thank you so much for your quick answer!
I have created a multi-level form and am curious if there is any way to just leave the suggested donation amount blank.
Thank you!
Kathy
The only way to do that is to have the cursor focus on that field on page load via javascript. This snippet will do that for you:
https://github.com/WordImpress/Give-Snippet-Library/blob/master/form-customizations/auto-focuse-on-amount.php
If you need guidance implementing custom PHP functions on your website, we have this guide here: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
Thanks!