Hello @muldari !
I hope you’re doing great today!
This is possible, even in a scenario where you have both pre-set amounts and also just a field to provide the amount.
For just the amount you can use the Currency field to get the value.
For the payment you will need to add a PayPal field, but you need to first connect PayPal to Forminator for it to work: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#connect-to-paypal
If you want a setup where there are pre-set values and also an option to add a custom amount, you can:
– create a Radio group with the pre-set values and an option Other
– add a Currency field
– set visibility rules to only show the Currency field when Other is selected: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#Forminator-Conditional-Logic
– add a Calcualtions field to have a sum of the Radio value (0 if Other) and Currency field (0 if hidden): https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#calculations-field
– use the Calculations in the PayPal field for the amount
Please let us know if you need any assistance with this, we’re happy to help with the setup!
Kind regards,
Pawel