Manually fill and send email via php
-
Hi, I would like to know if there is a way to send email with Contact Form7 with fields I set manually with PHP. Something like this:
$form = WPCF7_ContactForm::get_instance($form_id);$form_data = array(
‘your-name’ => “Example”,
‘your-email’ => “[email protected]”,
‘your-subject’ => “Subject”
);???
$form->submit();
I hope I have explained. Thank you very much.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Manually fill and send email via php’ is closed to new replies.