I'm wondering if its ppsible to hook into the PayPal addon and set the "subscr_date" variable. I need to allow users to select the start date for their subscription for the 1st or 15th of the month.
I'm wondering if its ppsible to hook into the PayPal addon and set the "subscr_date" variable. I need to allow users to select the start date for their subscription for the 1st or 15th of the month.
You could theoretically append the subscr_date parameter to the query string we send to PayPal via the "gform_paypal_query" hook:
http://www.gravityhelp.com/documentation/page/Gform_paypal_query
Let me know if you have any questions. :)
How would you grab that from the submitted form though?
I'm not sure I understand your question? This filter is fired as part of the PayPal Add-on when the form is submitted. It passes the $entry object as one of the parameters so you can retrieve any field values from this array.