Stripe Checkout improvements and fixes
Due to popular demand, we added some improvements to payment forms.
Discounts
You can now enable the "Add Discount Code" field during checkout. This feature allows customers to enter a discount code when completing their purchase. Discount codes must be created in the Stripe dashboard beforehand.
Quantities
It is now possible to enable quantities for products. By default, the quantity of a product is set to 1, and respondents cannot change this. However, when "Allow quantities" is enabled, respondents can select how many units of a specific product they wish to purchase. This option is a per-product setting. Additionally, you can set a maximum limit, which is the highest quantity the customer can purchase for that product.
Not sure where to start?
We also (finally) created a dedicated help article to get you started with Stripe payments. We're aware that the setup process for payment forms is not ideal for many, and we plan to make it a little simpler at some point.
Minor fixes
- A small issue occurred when payments were disabled via the form settings. Under some circumstances, the checkout would still proceed because the form still had one or more Stripe Pricing IDs attached.
- When adding the affiliate URL into the workspace settings, an error would be shown if the
/
was missing after our domain. Our affiliate partner does not add that slash. The domain can now be added with, or without a slash. So bothhttps://deftform.com/?aff=123
andhttps://deftform.com?aff=123
work fine now.