I currently use CF7. There are a couple functionalities that I absolutely require in Gravity Forms before I can make the switch. First and probably the most important is in CF7 there is a field section call "Additional Settings." What we do is we apply a class to every field (that we need) then in the "Additional Settings" we add the following code 'on_sent_ok: "var total=0;$('.addme').each(function(){ total+=Number($(this).val());}); var formData = $('.passthru').serialize();location='https://secure.etransfer.com/EFTDemo/DBDPassThru.cfm?'+formData+'&amount='+total;"' Basically what it does it encodes a URL that we can pass through to our bank AND redirects the user to the secure payment page with some basic information already filled in (like total price). We need to be able to maintain that functionality. If we can't do this the rest of my questions are moot.
The only other BIG item is, I see that you can export to CSV from the wp-backend, but is there a way to make that available to a front-end user. With CF7 we create a link that allows any user to download form results.
I have a few other minor things, but my guess is we will be able to work around them.
Thank you for taking the time to answer my questions,
Anthony