Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1423622

    I have to get the emails from the Avia Template Editor contact form to send the emails from the form to an Outlook 365 email

    But I don’t see how to do it in the Avia Cantact Form

    The license data, purse code, email data are in the private field

    Please how can I do it?

    #1423648

    Hey Ramiro,

    Thank you for the inquiry.

    This option is not available by default, but the contact form uses the default wp_mail function, which means that you can utilize hooks to execute additional functions after successfully sending an email. One of the hooks you can use is wp_mail_succeeded.

    // https://developer.wordpress.org/reference/hooks/wp_mail_succeeded/

    Unfortunately, this kind of customization is beyond the scope of support. You may have to hire a freelancer who can assist you with the customization or find freelancers who specialize in theme customization by visiting our customization page.

    If you have any other questions or require further assistance, please feel free to let us know.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.