inboundnow / inbound-pro

Inbound Pro Plugin for WordPress - Landing Page Framework, Calls to Action Framework, Visitor Analytics & List Segmentation, Email Campaigns & Marketing Automation
https://www.inboundnow.com
31 stars 17 forks source link

Datepicker in cta template #174

Closed Keomoniroath closed 7 years ago

Keomoniroath commented 7 years ago

I tried to put a datepicker as type of field but it doesn't work. There is no error just that nothing is displayed :

image

Thanks

cedrox commented 7 years ago

FYI, We try to use this on IIS

/ Date Picker Example / array( 'label' => 'Date Picker Label', 'description' => "Date Picker Description", 'id' => 'date_picker', // called in template's index.php file with lp_get_value($post, $key, 'date-picker'); 'type' => 'datepicker', 'default' => '2013-12-27', 'context' => 'normal' ),

atwellpub commented 7 years ago

I made a commit to the develop branch that should restore this setting. Will you guys confirm it's a fix?

Keomoniroath commented 7 years ago

Thank you very much @atwellpub, it works !

cedrox commented 7 years ago

Thanks a lot @atwellpub !! ;)