Dropdown Select Placeholder
-
This has been an issue for a long time now and must be leading to abandonment of this great plugin.
The Placeholder on dropdown select still does not show as the default selection and we are still relyiong on the un-reliable first selection in hte dropdown which does not force validation.
Someone wrote an apparent fix for this as follows (We have tried this but it does not work):
https://premium.wpmudev.org/forums/topic/forminator-add-placeholder-to-the-select-field-as-a-default-value/if ( ! empty( $placeholder) && 'enable' !== $search_status ) { $options_markup .= '<option disabled value selected>' . $placeholder . '</option>'; }
Add this code after line 230 in following file: /wp-content/plugins/forminator/library/fields/select.php
This important function should be addressed as a priority by the developers of this excellent plugin?
The whole system of online communication is based on validation and surely the developers would not like to think that their time and effort was being wasted due to this recitifiable problem.
I hope everyone who uses Forminator is impressed by the plugin and keeps using it.
Best wishes, Mike
The page I need help with: [log in to see the link]
- The topic ‘Dropdown Select Placeholder’ is closed to new replies.