Auto generating E-Mail-Template
by info7567 on 14 Oct 2019 11:43 | 2182 Hits | 2 comment(s)
RSForms should have a "insert all filled fields"-plugin for the user and admin E-Mail! Something like:
#FOREACH
{field:caption}:
{field:value}
#END FOREACH
Just with one Tag like {allfields:table}
Everything around (in mail-template) could stay same and customizable
Added in version 3.0.12
QuoteThis would save us tons of time! Make sure to be able to override the default e-mail layouts tho.
Quote