Title: Form doesn&#039;t send
Last modified: August 30, 2016

---

# Form doesn't send

 *  [raskol](https://wordpress.org/support/users/raskol/)
 * (@raskol)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/form-doesnt-send/)
 * Hey, thanks for the plugin, it might be just the thing I need right now.
 * I managed to make your example work, but for some reason the form doesn’t validate.
   Have you experienced the same thing?
 * This is the only field in the form, as I only used it for testing whether it 
   works or not.
 * Your example I used:
 *     ```
       function cf7_dynamic_select_do_example1($choices, $args=array()) {
       		// this function returns and array of label => value pairs to be used in the select field
   
       		$choices = array(
       			' ',
       			'Choice 1' => 'Choice 1',
       			'Choice 2' => 'Choice 2',
       			'Choice 3' => 'Choice 3'
       		);
       		return $choices;
       	} // end function cf7_dynamic_select_do_example1
       	add_filter('wpcf7_dynamic_select_example1', 'cf7_dynamic_select_do_example1', 10, 2);
       ```
   
 * The form:
 *     ```
       [dynamicselect dynamicselect-237 "wpcf7_dynamic_select_example1"]
       [submit "submit"]
       ```
   
 * After submit I get the validation error message. What could be the issue here?
   I’ve tried several older cf7 versions as well. Also I tried it with a regular
   cf7 field to see if it’s a server issue but with a simple text field the form
   works.
 * Thank you in advance.
 * [https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/](https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [John Huebner](https://wordpress.org/support/users/hube2/)
 * (@hube2)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/form-doesnt-send/#post-6241768)
 * I just tried using the code you posted it worked for me.
 * The field that you created is not required so should not cause a validation error.
 * What validation error did you get?

Viewing 1 replies (of 1 total)

The topic ‘Form doesn't send’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-dynamic-select-extension.
   svg)
 * [Dynamic Select for Contact Form 7](https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-dynamic-select-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-dynamic-select-extension/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [John Huebner](https://wordpress.org/support/users/hube2/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/form-doesnt-send/#post-6241768)
 * Status: not resolved