Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Sending Event Start time to Infusionsoft | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Sending Event Start time to Infusionsoft

Sending Event Start time to Infusionsoft

Posted: August 27, 2013 at 9:37 pm

Viewing 1 reply thread


Adam Love

August 27, 2013 at 9:37 pm

I have added the following code to my registration_page_display.php file to allow the start date and time of an event to be available to map it to a custom field in Infusionsoft.

<input type=”hidden” name=”dr_start_date” value=”<?php echo $start_date; ?>” />
<input type=”hidden” name=”dr_start_time” value=”<?php echo $start_time; ?>” />

The start date line works but the start time line sends no value: (copied from pages source code)
<input type=”hidden” name=”dr_start_date” value=”2013-09-19″ /><br />
<input type=”hidden” name=”dr_start_time” value=”” />

Have I missed something or got the field name wrong?


Dean

  • Support Staff

August 28, 2013 at 11:00 pm

Hi,

You could use the $event array instead, as I don’t think there is a $start_time variable.

So:

<input type=”hidden” name=”dr_start_time” value=”<?php echo $event->start_time; ?>” />
 
Viewing 1 reply thread

The support post ‘Sending Event Start time to Infusionsoft’ 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 - Staging Server