We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbde692 + 3d2e7ca commit 7a0ffe8Copy full SHA for 7a0ffe8
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