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.

CF7 Conversion

  1. 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

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  2. I hate to be a squeaky wheel, but I would really like to know about URL encoding.

    Thank you,
    Anthony

    Posted 10 years ago on Thursday June 13, 2013 | Permalink
  3. David Peralty

    Check out our demos at http://gravityforms.com/demo
    You can have query strings on a URL as part of the confirmation redirect if you so choose, or you can use our hooks system to send data to a third party service (requires PHP coding).

    There is not a built-in way to have front end users able to export CSV's of entries.

    Posted 10 years ago on Thursday June 13, 2013 | Permalink
  4. Thanks a million, will probably be getting my developer license this week or next.

    Thank you,
    Anthony

    Posted 10 years ago on Thursday June 13, 2013 | Permalink
  5. I just tried testing this on the demo site, but I wasn't sure if the demo site (when I hit submit) will actually redirect with the query string? Because when I tried it, it did not redirect as desired.

    Thank you,
    Anthony

    Posted 10 years ago on Thursday June 13, 2013 | Permalink
  6. David Peralty

    It will, but of course, we've placed multiple limitations on the demo. Can you tell me what exactly you did, and I can give you more information on if it will work as you expect or not.

    Posted 10 years ago on Thursday June 13, 2013 | Permalink