You can do this with Javascript
window.addEventListener("load", function amount() {
document.getElementById('give-amount').value = '0.00';
})
However as Matt says you can’t set the minimum amount lower than 1.00$.
-
This reply was modified 7 years, 2 months ago by emilo9.
-
This reply was modified 7 years, 2 months ago by emilo9.