Change the “Select an option” wording on the Frontend Use your FTP program (something like FileZilla) and navigate to /plugins/system/IsRequiredVmCustomEdit the file: IsRequiredVmCustom.phpSearch for “Select an option”It will located on/ or around Line 39 $matches[1] = implode('<option value="">Select an option</option><option', explode('<option', $matches[1], 2));You can change the wording “Select an option” to anything you would like and it will be displayed on the frontend.