Form + crm
-
Hello, plz help me,
Tell me how to do the same in ninja forms?
In the contact form I did it like this, but how to intercept the same but in a ninja, I can not find something …
function wpcf7_modify_this ($ WPCF7_ContactForm) {
$ submission = WPCF7_Submission :: get_instance ();if ($ submission) {
???? $ posted_data = $ submission-> get_posted_data ();
}$adminemail=”[email protected] “; // e-mail admin
$ name = $ posted_data [‘enlist-name’];
$ email = $posted_data [‘enlist-email’];
$ tel = $posted_data [‘tel-1’];….
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Form + crm’ is closed to new replies.