We are just about sold on a Developer license but here's what we need to know before we purchase...
1. Can we display the submissions from a form on one of our wordpress pages? For example, right now, we are using Contact Form 7 with the database add-on. This logs all of the form submissions (which I know GF's does out of the box), but it also allows us to create a shortcode for any of our forms to show certain fields on a WP page. Here is a page on our site:
http://www.virginiasportscomplex.org/vsc-columbus-day-challenge/
You'll notice in the right column there is a section titled "Who's Attending?" and beneath is a table showing the data from the fields we selected. That table was generated using this shortcode:
'[cfdb-table form="VSC Columbus Day Challenge" show="TeamName,TeamAges,City,State" orderby="TeamAges"]'
The shortcode is pulling the data from the "VSC Columbus Day Challenge" form that we created with Contact Form 7, but it is set to ONLY show data from the "Team Name," "Team Ages," "City," and "State" fields. Lastly, it is set to sort the table according to Team Ages." Once the shortcode is on the page, all subsequent submissions from that form will automatically show up under Who's Attending. We need this functionality. Can GF's do this?
2. We want to add Authorize.net to our registration forms. So, a registrant would fill out all the personal info, and then enter their CC details. Once submitted, Authorize.net will automatically process the payment while we receive the rest of the form data. Possible?
A quick answer is appreciated, as we are anxious to get this going!