Is it possible to set Conditional display on a Repeatble Group to hide it with a chekbox?
Solution:
There isn't such a built-in feature with current Types plugin, the "Conditional display" feature works only for custom field, there isn't such an option for "Repeatble Group".
I need to put unique "identifier" like a Class or an ID to custom fields to be able to fix the design in backend/admin.
Is that possible?
Solution:
There isn't such a built-in feature within Types plugin, but you can still use the field name attribute as the identifier in your custom CSS codes, for example there is a custom single line field "my-field" created with Types plugin, you can use below CSS codes to style it:
Problem:
How to set default option for view's dropdown select filter Solution:
To set the default option for view's dropdown select filter you should add custom javascrip code to your view's filter section's JS box.