S
S
Spisoktem2018-01-29 15:51:37
CMS
Spisoktem, 2018-01-29 15:51:37

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

1 answer(s)
N
Nikita Souvel, 2018-01-29
@Souvel1

You cling to the hook when sending
presumably

add_action('wpcf7_mail_sent', function ($cf7) {
    // Run code after the email has been sent
});

and register a user

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question