I would like to add a field to charge 2% for Paypal or credit card charges. But I don't want it to apply automatically to every payment through the payment plug-in, I want to provide users with the option of voluntarily paying it.
The payment should be based on a list field named [RENEW_TYPE] that is the type of membership they are renewing e.g. Adult $525, Family $1050, Student $150 etc.
I have a checkbox field with the options "Yes" or "No" (i.e. to volunteer the payment).
Then I have a fee field named [SURCHARGE] that should be dependent on whether they answer "Yes" or "No", and with a fee formula of [RENEW_TYPE]*0.02.
However, I can't get the Surcharge field to accept "Yes" as the "depend on" option. If I tick the "Yes" box, it refuses to save it and just leaves it unticked.
How do I do it correctly?