Please Log in or Create an account to join the conversation.
Sounds like there might be a problem with date fields in CB Field Group when a new row is inserted. Was pretty sure I fixed that already. Is CB and all your installed CB plugins completely up to date?1. When I set a new driving licence by setting cb_driving_licence_cat (category, select field), cb_driving_licence_issued (date field) and cb_driving_licence_expire (date field), only the cb_driving_licence_cat is saved. Then I have to edit and set again the 2 date fields and save again and then it works. Exactly the same happens with work field group and education (only year there) from CB->Quickstart. Checked on CB demo website and there they seem to be working ok.
Your JS is just updating the same element over and over. Specifically the element with an id of output. Use a CSS class and just loop through the elements to avoid this issue.2. The <script> shows the error message only for the first record although according to the dates I have set it should appear to the others too. Please check the image.
Please Log in or Create an account to join the conversation.
Sounds like there might be a problem with date fields in CB Field Group when a new row is inserted. Was pretty sure I fixed that already. Is CB and all your installed CB plugins completely up to date?
Your JS is just updating the same element over and over. Specifically the element with an id of output. Use a CSS class and just loop through the elements to avoid this issue.
Please Log in or Create an account to join the conversation.
I'm not having any such issues in my tests. Please PM backend super user login credentials and will take a look.Yes, all up to date. The issue doesn't appear in the first record but to all the rest
Please Log in or Create an account to join the conversation.