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.

Recording and forwarding data

  1. band63
    Member

    Hi,

    I have a similar query to: http://www.gravityhelp.com/forums/topic/is-it-possible-to-port-gravity-form-entries-to-mailman. Though not using mailman.

    The embed code for the third party site is pasted below and it serves to pre-populate fields on a form on their website.

    <form action="third-party-site-url" method="post">
    <input type="text", name="name" />
    <input type="text", name="email" />
    <input type="text", name="amount" />
    <input type="text" name="reference" />
    <input type=submit />
    </form>

    In addition to recording the data and submitting it to a third party website (as above) I need it to redirect to the third party site so the user can fill out a form on their site which would be partly pre-populated.

    Is this possible through Gravity Form and how difficult would it be to do?

    Thanks

    Posted 12 years ago on Wednesday December 28, 2011 | Permalink
  2. The embed code you included above doesn't appear to be standard embed code of some sort, it's simply HTML for a form that consists of 4 inputs. There isn't any JS to pre-define values or anything so i'm not sure if that embed code is correct.

    What is the 3rd party service you would like to integrate with? I can take a look and see what integration options are available for that service and let you know how it can be accomplished with Gravity Forms.

    Gravity Forms can be customized to integrate with any 3rd party service. It just depends on what is involved with the service and how the integration needs to take place that dictates how you would have to go about implementing the customization necessary to handle the integration.

    Posted 12 years ago on Wednesday December 28, 2011 | Permalink
  3. band63
    Member

    Thank you for your reply.

    The pre-defined values are the attributes found in name="attribute".

    The third party service have no documentation available online, I have therefore emailed you (to info@gravityforms.com) the documents they made available to me.

    Thanks

    Posted 12 years ago on Thursday December 29, 2011 | Permalink