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.

pass post data to a gravity form

  1. Hi,
    following is the problem:
    I have created an external form using types/views. But it is a simple html form with:

    <form method="post" action="http://localhost/nwordpress/?page_id=36">

    The page_id=36 is basically a page containing the gravity form. The post data of the form
    is basically a set of chosen checkbox elements containing telephone numbers. Say an array element: contactnum[].

    This array contactnum[] has to be passed to one of the elements of gravity forms to prepopulate it.

    Any pointers appreciated.

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

    You can do this using:
    http://www.gravityhelp.com/documentation/page/Gform_pre_render

    You will have to make sure you allow fields to be populated dynamically is turned on with whatever field you want this data to go into.

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