PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

PayPal addon set subscr_date

  1. iamcanadian1973
    Member

    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.

    Posted 12 years ago on Wednesday February 8, 2012 | Permalink
  2. 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. :)

    Posted 12 years ago on Monday February 13, 2012 | Permalink
  3. iamcanadian1973
    Member

    How would you grab that from the submitted form though?

    Posted 12 years ago on Tuesday February 14, 2012 | Permalink
  4. 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.

    Posted 12 years ago on Thursday February 16, 2012 | Permalink