Y
Y
YakovSpb2020-05-27 18:40:19
1C
YakovSpb, 2020-05-27 18:40:19

How to send applications from form 7 to 1s?

How to send applications from form 7 to 1s

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
imdeveloper, 2020-05-27
@YakovSpb

You need to intercept the form submission. Something to write in function.php:

function send_info_to1c(){
    // делаем что нужно
}
add_action( 'wpcf7_mail_sent', 'send_info_to1c');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question