• Resolved cdemz

    (@cdemz)


    Does the URL Query Variable below allow me to create a link to an existing form that will populate it from a previous entry?

    do_action('gform_update_post/edit_link');
    
    do_action('gform_update_post/edit_link', array(
        'post_id' => $post->ID,
        'url'     => home_url('/edit_post/')
    ) );

    I am trying to take a form that is filled out by one person and on submission email another person with the link to that form (prefilled) so that they can continue filling out the form.

    https://www.ads-software.com/plugins/gravity-forms-post-updates/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL QUERY VARIABLE Help’ is closed to new replies.