Support

Home Forums Event Espresso Premium Showing Date/Time in message template turns out odd

Showing Date/Time in message template turns out odd

Posted: June 11, 2020 at 4:32 am


benzett

June 11, 2020 at 4:32 am

considering the confirmation message (registration confirmed):

I’m trying to show [DATETIME_LIST] in the blue field of the events-list section. however, the result is that it is shown under the blue field and messes up the hole formatting of the field…

thats what the section looks like in html:

<!-- content -->
<div class="content">
<table>
<tbody>
<tr>
<td><!-- Callout Panel -->
<p class="callout"><strong>Veranstaltung: [EVENT_LINK]
Veranstaltungsort: <a href="[VENUE_URL]" target="_blank" rel="noopener noreferrer">[VENUE_TITLE]</a>
Datum / Uhrzeit: [DATETIME_LIST]
Zugangslink: <a href="https://zoom.us/j/98550726572">https://zoom.us/j/98550726572</a></strong></p>
&nbsp;

what can i do to show the date/time right under the venue?


Tony

  • Support Staff

June 11, 2020 at 4:37 am

Hi there,

What do you have set in the DATETIME_LIST section?

The [DATETIME_LIST] calls the DATETIME_LIST section for each individual datetime passed to it, by default that uses LI tags so if you haven’t changed that section you’l be outputting LI tags with no UL tags and within a P tag.


benzett

June 11, 2020 at 4:40 am

its still on default:
<li>[DATETIME_START] - [DATETIME_END]</li>

What do I need to do?


benzett

June 11, 2020 at 4:45 am

sorry I got it! just erased the <LI> and it works now!


Tony

  • Support Staff

June 11, 2020 at 7:07 am

Yeah, that’s it.

For your set up you don’t need the LI tags there.

The support post ‘Showing Date/Time in message template turns out odd’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso