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.

In-Form Modification of Hidden Field

  1. I'm working with UPS's API's to create a shipping label, the problem is UPS's servers are slow so I want to breakup my queries using separate pages to avoid the user clicking submit multiple times while all the API's are being called.

    Here's the rundown:
    Page 1: Contact Info
    gform_validation is called to validate the address (1 sec)
    gform_post_paging is called to calculate the fastest/cheapest way to ship the package to us. (3 sec)
    Page 2: More Information & Hidden Field w/ bestShippingMethod.
    Page 3: UPS Label (generated using bestShippingMethod)

    My problem is that I don't know how to pass this information to the final page. I was thinking I could pass it as a hidden field, but I don't see how to do this.

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink
  2. Found it:
    Swapped out gform_post_paging with Gform_pre_render

    http://www.gravityhelp.com/documentation/page/Gform_pre_render

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink
  3. Right on, glad you got it sorted. Thanks for letting us know.

    Posted 11 years ago on Wednesday May 2, 2012 | Permalink

This topic has been resolved and has been closed to new replies.