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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't have a sure fire way to meet your use case since you need CB Conditional support inside of field groups for what you're trying to do, but that's just not available yet. One way would be to just not use field groups and pre-define a set of fields then chain your inputs together using CB Conditional.I am still looking for a way to get an acceptable solution for my use case.
A refresh should not be required with CB Core Fields Ajax editing unless you've caching on.But after save the field group the content change is not seen in the profile, a page refresh has to be done.
Do I miss a step or doesn't work it like this?
That's normal CB Conditional behavior. You can turn off value resetting within CB Conditional > Parameters.If the switcher is set to off and save and then to on (show) again, the content is lost. This is normal behavior I think, but is there a solution, to have only a hide, not a delete?
Please Log in or Create an account to join the conversation.
But after save the field group the content change is not seen in the profile, a page refresh has to be done.
Do I miss a step or doesn't work it like this?
A refresh should not be required with CB Core Fields Ajax editing unless you've caching on.
Please Log in or Create an account to join the conversation.
You need a page refresh to do what exactly? Ajax editing only replaces the display of the field directly being ajax edited. Example scenario as follows.I tried many and also with new test field. I need a page refresh with condition and ajax front end. I have all plugins with latest version. No chache.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.