Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375855

    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?

    #376329

    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

    #379564

    Ok, thanks anyway, please close.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom action on contact form Submit button’ is closed to new replies.