We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50badb2 commit 94c7caaCopy full SHA for 94c7caa
1 file changed
readme.md
@@ -64,7 +64,6 @@ Example use:
64
Send a thank you email to the email in the submission
65
66
```php
67
-<?php
68
add_action( 'wplf_post_validate_submission', 'my_email_thankyou' );
69
function my_email_thankyou( $return ) {
70
// do nothing if form validation failed
@@ -90,7 +89,6 @@ Example use:
90
89
Make sure people don't include questions about Contact Form 7 in the message field.
91
92
93
94
add_filter( 'wplf_validate_submission', 'my_form_validation' );
95
function my_form_validation( $return ) {
96
// skip this validation if submission has already failed
0 commit comments