Multi-Level Donation (Caldera forms & Give)
-
I am creating an auto generated Give donation form using Caldera. I am trying to make the forms auto populate as Multi Level Donations with 3 choices ($25,$50,$100) plus Other. However when someone submits to create the form I receive these errors…..
Warning: Invalid argument supplied for foreach() in code/wp-includes/class-wp-list-util.php on line 153 $0 – $0
Warning: Invalid argument supplied for foreach() in code/wp-content/plugins/give/includes/forms/template.php on line 146
Warning: Invalid argument supplied for foreach() in code/wp-content/plugins/give/includes/price-functions.php on line 96
Warning: Invalid argument supplied for foreach() in code/wp-content/plugins/give/includes/forms/template.php on line 501
I tried mapping
_give_price_option to multi
_give_donation_levels_0__give_amount to 25.00
_give_donation_levels_1__give_amount to 50.00
_give_donation_levels_2__give_amount to 100.00
_give_donation_levels2_give_default to defaultI’ve also tried give_has_variable_prices and _give_amount and others I don’t recall
I also tried PHP 5.6 and PHP 7. Same issues on both.
Any help is appreciated.
- The topic ‘Multi-Level Donation (Caldera forms & Give)’ is closed to new replies.