Answer the question
In order to leave comments, you need to log in
How to add registration in Contact Form7?
Good afternoon everyone!
Can you please tell me if it is possible to add registration to the Contact Form 7 plugin on WordPress?
i.e. I have a calculation form with fields: Name, Email and many more selects for which the calculation takes place. you need to add a field with a password so that after filling in all the fields, a calculation occurs (I figured out the calculation) and the user automatically registers in the admin panel with the data entered in these fields (name, email, password)
Answer the question
In order to leave comments, you need to log in
You cling to the hook when sending
presumably
add_action('wpcf7_mail_sent', function ($cf7) {
// Run code after the email has been sent
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question