Visual Select Plugin Description
Visual Select is a WordPress plugin that enhances form elements by replacing traditional dropdown menus with a more visually appealing custom select component. Each option in the dropdown is represented by an icon, making it easier for users to identify choices.
Key Features:
- Seamless Integration: Easily integrate with existing WordPress forms.
- Custom Icons: Support for custom icons for each option, providing better visual clarity.
- Simple Usage: Add the
<visual-select>
tag to your forms and customize options with values and icons. - Form Value Submission: Submit the selected value and icon URL with the form data.
- Fully Customizable: Adapt the visual style and functionality to suit your project needs.
How to Use:
Once the plugin is installed, add a <visual-select>
tag to your form. Here is an example:
<visual-select id="subject" name="subject">
<option value="Other" src="path_to_icon/circle-info-solid.svg">Other</option>
<option value="Music" src="path_to_icon/music-solid.svg">Music</option>
<option value="Roads" src="path_to_icon/road-circle-exclamation-solid.svg">Roads</option>
</visual-select>
Installation:
- Download the plugin from the website or the WordPress plugin repository.
- Go to Plugins > Add New and upload the plugin file.
- Activate the plugin from the Plugins section.
Plugin Support:
If you have any questions or need assistance, feel free to contact us through the support form on the website or leave a comment on this page.
Version:
Current Version: 1.0.0