• Resolved handsofaten

    (@handsofaten)


    I thought I reported this before, after manually fixing the plugin, but after updating I see it is still broken. If you create a “Post ID / Page ID” field, the actual output is the form ID. This is because of this line in form-output.php:

    case 'post_id' :
        $val = $form_id;

    It should be:

    case 'post_id' :
        $val = get_the_id();

    Please get this fixed in the plugin so I don’t have to waste time tracking it down when I update!

    http://wordpress.org/extend/plugins/visual-form-builder/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Post ID / Page ID field broken’ is closed to new replies.