• Resolved arsnovum

    (@arsnovum)


    Hi,

    does anyone know how to receive the start_date from the_events_calender plug-in?

    I tried to include this:

    [dynamictext eventdate "CF7_get_post_var key='start_date'"]

    and also I tried

    <?php $start_date = tribe_get_start_date(); ?>
    [dynamictext eventdate "CF7_get_post_var key='start_date'"]

    without success.

Viewing 1 replies (of 1 total)
  • Thread Starter arsnovum

    (@arsnovum)

    Found the solution! Here it is:

    [dynamictext eventstart "CF7_get_post_var key='_EventStartDate'"]
    [dynamictext eventend "CF7_get_post_var key='_EventEndDate'"]

    This will give you the EventStartDate and EventEndDate unformated.

    To include this in your E-Mail template write

    [eventstart] or [eventend]

Viewing 1 replies (of 1 total)
  • The topic ‘Include the start date (the_event_calender_start_date) in form and e-mail’ is closed to new replies.