• $form_from = $_POST[ 'vfb-' . $email->field_key . '-' . $sender->field_id ];

    should be
    $form_from = $_POST[ 'vfb-' . $email->field_key . '-' . $email->field_id ];

    likewise

    $copy_email = $_POST[ 'vfb-' . $notify->field_key . '-' . $sender->field_id ];

    should be

    $copy_email = $_POST[ 'vfb-' . $notify->field_key . '-' . $notify->field_id ];

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Visual Form Builder] error in 1.9 visual form builder’ is closed to new replies.