• Resolved rawphael

    (@rawphael)


    Hello there,
    I am trying to figure out if there is a way to send the notification mail in plain text only. Has anybody achieved this?

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi!

    This is a bit tricky at the moment as the filters are not the best for altering the email contents after the HTML has been added.

    The simplest way might be to write your own email sending with a custom submission handler: https://advancedforms.github.io/guides/processing-form-submissions/. In there you could get all the field values you need using af_get_field and then you could send off an email using wp_mail.

    I hope that helps! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Notification Mail Plain Text’ is closed to new replies.