We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7726a4b commit 3d2e7caCopy full SHA for 3d2e7ca
1 file changed
inc/wplf-ajax.php
@@ -22,6 +22,7 @@ function wplf_ajax_submit_handler() {
22
23
// form-specific validation
24
$return->slug = $form->post_name;
25
+ $return->title = $form->post_title;
26
$return = apply_filters( "wplf_{$form->post_name}_validate_submission", $return );
27
$return = apply_filters( "wplf_{$form->ID}_validate_submission", $return );
28
}
0 commit comments