Greetings...I have built a complete front-end Gravity Form + Custom Post Type for a campaign submission to WPMU Fundraising Plugin. It is correctly passing all submission data from the form to the fundraising campaign...except for the two awards fields.
The fundraiser rewards_amount and the rewards_description are columns in the awards_level array, storing the data as:
[17] => a:3:{i:0;s:2:"10";i:1;s:2:"25";i:2;s:2:"50";}
[14] => a:3:{i:0;s:5:"Pasta";i:1;s:14:"Pasta and Wine";i:2;s:16:"Five Course Meal";}
But the data is not populating even the first row or awards in the fundraiser editor...
I have tried numerous methods in GF using various field types for getting the submission data from the front-end form to populate the two awards fields in the fundraiser editor including the gform_after_submission with no happiness yet.
Any direction you can provide would be appreciated.