I have a field that has a donation amount. I have another field that lets the user choose if they are paying in full today or splitting into monthly payments. If they go with monthly payments, I have a product (which only shows on the condition they selected monthly payments). That product is a calculation which takes the total donation and divides it by the number of payments. All works well except when they choose to pay in full and this field does not appear. After subimtting I receive a "Division by zero" warning in /wp-content/plugins/gravityforms/common.php(4498) : eval()'d code on line 1
Its like the calculation is being run even through the field is not displayed. Any suggestions? Thanks.