The only public information on the PayPal Add-On is what is posted on the support blog in the release announcements. The Documentation itself is only accessible to customers with access to Add-Ons.
Currently Gravity Forms forms can only be output by WordPress, so forms are output using a shortcode or function call. If you wanted to display a form on another site that wasn't running WordPress you would have to use an iframe and iframe in a page from your WordPress site that contains the form. You may have to create a page template that is pretty much blank for this type of use, otherwise it would also have your site design wrapped around it.
If what you want to do is create a form user fills out that then redirects them to a page containing a Gravity Form that is then pre-populated with those values, this can be accomplished by simply creating a hardcoded form that contains the form fields you want the user to fill out first with the form action set to GET and the form action with the URL of the Gravity Form you want to pre-populate. You would then configure the form fields on your Gravity Form so that they can be populated dynamically and setup the parameter names for each field so that when the hardcoded form is submitted the values are sent via the form action to the Gravity Form. It sounds confusing, but it's pretty simple in actual implementation.
There is currently not a money back guarantee because once you purchased, you receive all of the source code for Gravity Forms.
If you have any questions regarding functionality, what the PayPal add-on can do, etc. Just post on this forum, thats what it is for.
The PayPal Add-On lets you create simple order forms that can be 1) One Time Payments, 2) Donations or 3) Recurring Payments. It then passes the appropriate data to PayPal to handle the transaction and the user completes the transaction on PayPal. That is basically the extent of the PayPal Add-On, along with some simple reporting capabilities. It is compatible with all of Gravity Forms features for creating Posts, and when combined with the User Registration Add-On it can also create users only after payment is received.
It works with the PayPal IPN system so you must be able to use IPN in order to use the Add-On properly.
Posted 14 years ago on Thursday February 3, 2011 |
Permalink