I would like to use HTML Tables in the email notifications.
However, if I enter in HTML mode, my Table like this (see below): It works one time for the Test notification but when saving one or two more times the html for the table gets deleted…
I thought with Version 4.2 (16.09.2021): Improvement: Supported HTML in Email notifications – this would be possible.
- I am sorry to disappoint you, but at this time, this is not achievable with any of our functionalities in Amelia, we can not use HTML Tables in the notifications.
The developers will work on adding this, but I can't say an ETA when they might start working on it.
I will pass this to them, but please feel free to search through our feature suggestion page,
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Hi Team TMS,
I would like to use HTML Tables in the email notifications.
However, if I enter in HTML mode, my Table like this (see below): It works one time for the Test notification but when saving one or two more times the html for the table gets deleted…
I thought with Version 4.2 (16.09.2021): Improvement: Supported HTML in Email notifications – this would be possible.
Is there an action / filter to make this work?
Thanks in advance
Marius
<style>
.demo {
border:1px solid #ffffff;
border-collapse:collapse;
padding:5px;
}
.demo th {
border:1px solid #ffffff;
padding:5px;
background:#F0F0F0;
}
.demo td {
border:1px solid #ffffff;
text-align:left;
padding:5px;
}
</style>
<table class="demo">
<tbody>
<tr>
<td>Firma / Büro:<td>
<td>%custom_field_5%, %custom_field_6%, %custom_field_7%</td>
</tr>
<tr>
<td>Telefon: </td>
<td>%customer_phone%</td>
</tr>
<tr>
<td>E-Mail: </td>
<td>%customer_email% </td>
</tr>
<tr>
<td>Anrede:</td>
<td>%custom_field_15%</td>
</tr>
<tr>
<td>Vor- und Nachname: </td>
<td>%customer_first_name% %customer_last_name%</td>
</tr>
<tr>
<td>Anzahl Personen: </td>
<td>%number_of_persons%</td>
</tr>
<tr>
<td>Kosten pro Teilnehmer: </td>
<td>%event_price% zzgl. MwSt.</td>
</tr>
<tr>
<td>SeminarCARD+ Inhaber/-in:</td>
<td>%custom_field_11%</td>
</tr>
<tr>
<td>Online oder vor Ort:</td>
<td>%custom_field_2% %custom_field_16%</td>
</tr>
<tr>
<td>Zusätzliche Nachricht:</td>
<td>%custom_field_4</td>
</tr>
<tbody>
</table>
Hi, Marius
Thanks for reaching out to us
- I am sorry to disappoint you, but at this time, this is not achievable with any of our functionalities in Amelia, we can not use HTML Tables in the notifications.
The developers will work on adding this, but I can't say an ETA when they might start working on it.
I will pass this to them, but please feel free to search through our feature suggestion page,
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
OK, thanks for clarification.
I opened a feature request: https://features.wpamelia.com/712
Hi, Marius
No problem, i am happy to advise or be of assistance in any way.
Thank you for the request, i will do my best to affect it being pushed on the priority list as much as possible.
If you have any questions not related to the subject, please don't hesitate to open a new ticket. Thank you
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables