Another ““This value must be greater than or equal to 1” error with Stripe
-
Hello,
I built a quite complex form with forminator (free atm, thinking about going to pro). It’s impressive … when it works ??
Not sure why / how, but the stripe part stopped working at some point after I added some more field that are not involved at all in stripe.
Basic thing in the form is:
- 2 checkbox (1 & 3) with date based conditionnal. The date field will be hidden before going live but it allows testing. By default (until end of september) checkbox-3 is hidden, checkbox-1 is displayed
- Some computation based on checkbox-1/3 values (you can see them in calculation-1, and some extra computation (which do not seems to be involved in my issue) on a calculation-2 fields
- A total in a calculation-3 field, which just sums both others
- Stripe use calculation-3 field as source
At some point, stripe stopped working and displayed this well-known error. Some tests I did :
- If I put a static value in stripe, it works
- If i switch date to after Oct 1st, checkbox-1 disappear and checkbox-3 appear, i can check something in checkbox-3 and it works, which is did not expect as checkbox-1 and 3 are used in the very same way.
- If i hide stripe, I get an error about checkbox-3 needing some values, EVEN when it’s hidden (while I don’t get the same error when checkbox-1 is hidden)
Hope you can help with this ??
The page I need help with: [log in to see the link]
- The topic ‘Another ““This value must be greater than or equal to 1” error with Stripe’ is closed to new replies.