Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

Required Dropdown Field Type Issue

If you create a Dropdown Field Type in profile field group and mark it as REQUIRED, it doesn't show warning message to members If you click save changes without filling the required select field, it is not getting saved but it also doesn't give any errors. 

To fix this issue, please use this CSS
#youzify .youzify select {  display: block !important;  opacity: 0;  position: relative;  top: 45px;  margin: 0;  border: 0;  padding: 0; height: 1px;
}

Put the CSS on Youzify Panel >> General Settings >> Custom Styling Settings