Date attribute in select field display bug
-
Hi, we’re building a website for training courses.
Each training course has many sessions. For each session, there is the start date (attribute : “wpcf-date-de-debut-de-la-formation”), the end date (attribute : “wpcf-date-de-fin-de-la-formation”), and the location (attribute : “wpcf-lieu-de-la-formation”).
The form is a registration form, where you can choose a session for a training course.
In CF7, here is the shortcode of the select field :
[post_select post_select-474 posts-number:-1 publish post-type:calendrier-formation tax-relation:OR value-field:title orderby:title order:DESC “%title% : du %wpcf-date-de-debut-de-la-formation% au %wpcf-date-de-fin-de-la-formation% – à %wpcf-lieu-de-la-formation%”]
Expected display output in the select dropdown :
(Option 1)
Formation Dirigeant / Gestionnaire : du 5 novembre 2018 au 7 décembre 2018 – à Metz, France(Option 2)
Formation Conseiller funéraire : du 6 mars 2019 au 13 mars 2019 – à Coulaines, FranceActual display output :
(Option 1)
Formation Dirigeant / Gestionnaire : du 1 551 830 400 au 26 novembre 5200 – à Metz, France(Option 2)
Formation Conseiller funéraire : du 26 novembre 6000 au 1 544 140 800 – à Coulaines, FranceIt looks life the label doesn’t handle date format. You can see the issue in the provided link.
Best regards, Maxime
The page I need help with: [log in to see the link]
- The topic ‘Date attribute in select field display bug’ is closed to new replies.