I've been using this plugin for years and wanted to say thanks for the continued support :)
I have a little (tiny tiny tiny) request ;)
Can you make it so that with dropdown menus you can define the default for include_blank? (instead of '---')
Maybe the ability to add: include_blank:"Size Required"
For example you may want (like I do on every form I make) "Please Select..." or "Select Size" etc.
I'm forever forgetting to manually change modules/select.php on my sites whenever I upgrade.
if ( $empty_select || $include_blank ) {
array_unshift( $labels, '---' );
Many thanks... keep up the good work :)