Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS
When I create a payment form with a minimum "one time custom payment amount", and I insert an minimum price, it is possible to remove the min attr in the browser with the console. This needs to be validated server side, not the customAmount, but the minimum amount.
Steps to reproduce
1) If I set a minimum of 100 USD (see attachment)
2) I can remove the min attr in the browser, and put in 1 dollar as amount, and submit the form
Description
When I create a payment form with a minimum "one time custom payment amount", and I insert an minimum price, it is possible to remove the min attr in the browser with the console. This needs to be validated server side, not the customAmount, but the minimum amount.
Steps to reproduce
1) If I set a minimum of 100 USD (see attachment)
2) I can remove the min attr in the browser, and put in 1 dollar as amount, and submit the form
Additional info