Thank you for quick reply Michael. Impressive! 🙂
I will take a deeper look at your second link later.
I have tried this shortcode:
[cfdb-datatable form=”Kontaktformulär 1″ show=”Submitted,your-name,your-email,your-subject,your-message,submit_time” filter=”submit_time>2015-07-13&&submit_time<2015-07-13″ orderby=”Submitted”]
It doesn’t show anything? I’m testing this out and only have posts made today from Contact from 7, that’s why I’m selecting from todays date only and I assume it should work?
If I remove the filter attribute, everything is displayed nicely.
Kind regards
Johan
I manage to get it to work. While debugging I hade this shortcode on the page:
[cfdb-datatable form=”Kontaktformulär 1″ show=”Submitted,your-name,your-email,your-subject,your-message,submit_time” filter=”submit_time>2015-07-13&&submit_time<2015-07-13″ orderby=”Submitted”]
Underneath the shortcode I hade other values that seems to trigger and made the shortcode not working:
submit_time>2015-07-12&&submit_time<2015-07-14
submit_time>14:25:03&&submit_time<14:27:26
When all those values was removed everything worked. 🙂