Title: Specials fields
Last modified: August 31, 2016

---

# Specials fields

 *  [delefant](https://wordpress.org/support/users/delefant/)
 * (@delefant)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/specials-fields/)
 * Hi! I use this amazing plugins to do this: [http://coafmu.org/colegiados/](http://coafmu.org/colegiados/)
 * The first column is the city of the participant. It is possible to put a diferent
   background color to a field, when the value is for example “MOLINA DE SEGURA”?
 * Thanks!
 * [https://wordpress.org/plugins/participants-database/](https://wordpress.org/plugins/participants-database/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/specials-fields/#post-7348523)
 * Probably you’ll have to use javascript for this. If you are using a dropdown 
   for your city field, you can alter the color of a specific dropdown option with
   some CSS:
 *     ```
       option[value="MOLINA DE SEGURA"] {
           background-color: green;
       }
       ```
   
 * But if you are using a text field you need to use javascript that looks at the
   value the user typed in and change the color if it matches a pattern. You’ll 
   need to know some javascript and PHP to set that up.

Viewing 1 replies (of 1 total)

The topic ‘Specials fields’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Roland Barker](https://wordpress.org/support/users/xnau/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/specials-fields/#post-7348523)
 * Status: not resolved