Implement own validation in php
-
Hi,
i use Contact Form 7 as a registration form for a tial account for our memberarea. After the user name is entered, I would like to check if it exists already in the database. If so, the form should output an error.
I have already tested the function “wpcf7_before_send_mail”. Unfortunately, i can only skip the mail ($skip_mail = true;) but not force an error message.
Is this possible?
Best Regards
Christian
The topic ‘Implement own validation in php’ is closed to new replies.