We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2d22d commit 2d90a51Copy full SHA for 2d90a51
1 file changed
inc/wplf-ajax.php
@@ -66,6 +66,7 @@ function wplf_ajax_submit_handler() {
66
67
$return->submission_id = $post_id;
68
$return->submission_title = $post_title;
69
+ $return->form_id = $form->ID;
70
71
// return the success message for the form
72
$return->success = apply_filters( 'the_content', get_post_meta( $form->ID, '_wplf_thank_you', true ) );
0 commit comments