Title: [Plugin: Gravity Forms]
Last modified: August 30, 2016

---

# [Plugin: Gravity Forms]

 *  [Christopher Arter](https://wordpress.org/support/users/ucfkid86/)
 * (@ucfkid86)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-1/)
 * I have a form, Form ID 10 created in Gravity Forms. I am attempting to use [this jquery dropdown ](http://tympanus.net/codrops/2012/11/29/simple-effects-for-drop-down-lists/)
   in place of the regular dropdown. I’m very novice to Java Scripting, so bear 
   with me.
 * I’ve named the dropdown to match the class called in the JQuery, and I’m seeing
   it in the <head> section, but the drop down still isn’t working.. I’m so stumped.
 *     ```
       add_action( 'gform_enqueue_scripts_10', 'enqueue_dropdown_script', 10, 2 );
   
       	function enqueue_dropdown_script( $form, $is_ajax ) {
   
       		wp_register_script( 'jquery-dropdown', get_stylesheet_directory_uri() . '/js/jquery.dropdown.js', array( 'jquery' ) );
       		wp_enqueue_script( 'gform-jquery-dropdown', get_stylesheet_directory_uri() . '/js/gravityforms.dropdown.js', array( 'jquery', 'jquery-dropdown') );
   
       	}
       ```
   
 * How do I get that JQuery drop down to work on my gravity form?

The topic ‘[Plugin: Gravity Forms]’ is closed to new replies.

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 0 replies
 * 1 participant
 * Last reply from: [Christopher Arter](https://wordpress.org/support/users/ucfkid86/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-gravity-forms-1/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
