Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's planned in a future release of CB Core Fields Ajax.1) if the group field has for example 6 data sets, the user cannot directly edit one of them but have to open the field group and scroll down to the right data set, it would be very good, if he could have a direct ajax front edit only for the single data set
Add a condition to the entire field group field so it's only visible if relevant. Then your required check won't apply if the field isn't relevant to the user. What it conditions off of is entirely up to you. Could simply be a checkbox field to note that yes they have career steps. A user adding a blank row of fields would of course trigger validation which they can avoid by just not having that row.2) I am searching for a way to have valid data sets, because there is for example a data calculation in the background with 2 fields, so there is the need to set some fields in a way they are "required". To use the original CB required is not possible because of no possibility to split profile editing. In the profile all tabs are shown and every required field here blocks saving the whole profile without having data in the field.
Correct, those integrations do not work on fields inside of a field group. As explained multiple times those fields do not actually exist so those plugins have no idea how to handle conditioning and ajax edit for a field that doesn't actually exist.Conditional fields are not working in ajax front end in field groups.
You're using ajax validation rules. Those can not block form post. See previous reply where I've already explained this. They should block the profile from actually saving if validation actually failed though.Validation rules don't blocks "save", for example I need to block save if a field is empty, but again only in the front end editing, this may not be like the required function which blocks the profile edit.
Please Log in or Create an account to join the conversation.