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.

Post form data to Genius

  1. izycrzy
    Member

    Hello - I have a simple web form I would like to host on my site. I am trying to integrate Gravity Forms with my marketing automation tool - Genius (Genius.com).

    Genius generates a simple HTML form I have created one and included a few comments. It can be seen here: http://pastebin.com/Q0dw72ai

    I am using the confirmations tab in Gravity Forms to post the forms to Genius. I have a query string as follows:

    formToken=2H10zQFQHkCH8uxOf9_hcg%3AYQk5Mb-rTONH6lj-HiJi-VSrvBwW6ghF-GoqmtSe8cndf86qM6MLdy0SSCfx2ND4qaLaFuuB331oJc8TDg6a2mj1fqf77XKdGimC6GUf5iYYVVFJWLLeBiHeyJX17mQkz-t2Uqg8LDqfpSIFku_ivw%3AVZxQ0WUI0DUbOKcpAtaTEuv_R0pLe8SDch-e1DkC4zXkkvg3ttvCIZXq8cX0k8j9pp91S3ljJsLGha2Xjn3Yeg&std_firstName={First Name:2}&std_lastName={Last Name:3}&std_email={E-mail:4}&std_companyName={Company:5}

    My two questions are:

    1. Genius has several Java Scripts that are required to make the form work. I've included those on the WP page that has the form. Will those scripts be available to Genius when the form posts?

    2. Does the query string above look correct? Like it "should" work?

    I spoke with Genius support and they said the thought it should work. But were not completely sure they could receive a form from a URL (GET). I saw this post: http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url and may go that route. But if you could answer questions 1 and 2 that would be helpful.

    Thanks very much in advance for looking into at this. Any help will be greatly appreciated.

    Best,

    Jim

    Posted 11 years ago on Wednesday June 12, 2013 | Permalink
  2. Jim,

    We're not familiar with Genius, however passing data to a URL via a query string is always a possibility. I"m not familiar with the front portion of that string, but how you are formatting our data via the string is correct.

    As far as the scripts go, those would not be applicable with our form submission.

    You may also want to take a look at using the gform_after_submission hook here:
    http://www.gravityhelp.com/documentation/page/Gform_after_submission

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