Is it possible to modify the Submit button of a contact form so that it sends the inputs to the MyMail plugin rather than sending an email?
Hey alanboyle5355!
This would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Or if you wish to try and work it out on your own then you can see where we submit the email on line 721 in /enfold/framework/php/class-form-generator.php.
wp_mail($send_to_mail, $subject, $message, $header);
Regards,
Elliott
Ok, thanks anyway, please close.