What is not mappable in Formidable? Formidable has time fields. Scheduled post publishing is a WordPress feature. WordPress does not have a separate time field for post publishing. Architecturally, WordPress uses MySQL date/time fields. If you look at your site's wp_posts table in PHPMyAdmin, you'll see that for future scheduled posts, the post_date date/time field contains the future date and time in a single field. There are no separate time fields in WordPress used for scheduling posts. Formidable is using the WordPress architecture the way it has been designed.
Please login or Register to submit your answer