Title: The Todd's Replies | WordPress.org

---

# The Todd

  [  ](https://wordpress.org/support/users/the-todd/)

 *   [Profile](https://wordpress.org/support/users/the-todd/)
 *   [Topics Started](https://wordpress.org/support/users/the-todd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/the-todd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/the-todd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/the-todd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/the-todd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/the-todd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Theme Conflict](https://wordpress.org/support/topic/theme-conflict-30/)
 *  Thread Starter [The Todd](https://wordpress.org/support/users/the-todd/)
 * (@the-todd)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-conflict-30/#post-6898216)
 * scratch the above, it breaks everything else..I really love this FoundationPress,
   but I suppose I will attempt to modify it instead for now..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Theme Conflict](https://wordpress.org/support/topic/theme-conflict-30/)
 *  Thread Starter [The Todd](https://wordpress.org/support/users/the-todd/)
 * (@the-todd)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-conflict-30/#post-6898212)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] [Plugin: WP-PageNavi] plz add echo option to wp_pagenavi function](https://wordpress.org/support/topic/plugin-wp-pagenavi-plz-add-echo-option-to-wp_pagenavi-function/)
 *  [The Todd](https://wordpress.org/support/users/the-todd/)
 * (@the-todd)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-pagenavi-plz-add-echo-option-to-wp_pagenavi-function/#post-2872458)
 * Thanks dude, was just finishing up a project, and said, hmm..I wonder if I can
   make this not echo automatically..and I checked google first like a good developer
   always does..
 * Worked perfectly, I simply replaced my existing plugin with the development version
   and it seems to be just fine..
 * Awesome plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 - Dynamic Text Extension] [Plugin: Contact Form 7 Dynamic Text Extension] Using wp_list_categories to populate a menu?](https://wordpress.org/support/topic/plugin-contact-form-7-dynamic-text-extension-using-wp_list_categories-to-populate-a-menu/)
 *  [The Todd](https://wordpress.org/support/users/the-todd/)
 * (@the-todd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-dynamic-text-extension-using-wp_list_categories-to-populate-a-menu/#post-2120758)
 * I posted a answer that would help you here:
 * [http://wordpress.org/support/topic/plugin-contact-form-7-populate-select-box-from-database?replies=4#post-2430338](http://wordpress.org/support/topic/plugin-contact-form-7-populate-select-box-from-database?replies=4#post-2430338)
 * I create a dropdown in the page template based on how they got there, and with
   this solution I am able to send that dropdown to the contact form 7 form for 
   that page, and it passes the value along to the submission..
 * Hope this helps!
 * The Todd
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Populate Select Box from database](https://wordpress.org/support/topic/plugin-contact-form-7-populate-select-box-from-database/)
 *  [The Todd](https://wordpress.org/support/users/the-todd/)
 * (@the-todd)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-populate-select-box-from-database/#post-2352784)
 * I can offer a better solution, or at least one that does not require hacking 
   the contact form 7 plugin..
 * I’m not sure if this is even the best way, but it works for me!
 * I added the plugin:
 * [http://wordpress.org/extend/plugins/contact-form-7-dynamic-text-extension/](http://wordpress.org/extend/plugins/contact-form-7-dynamic-text-extension/)
 * and then in the form where I want the select box to be, I add some shortcode..
 * [autoselectfleet][dynamichidden fleet id:fleet ]
 * The page is using a template,
 *  `$content = do_shortcode( $post->post_content );
    $new_content = str_replace(‘[
   autoselectfleet]’, $fleet_selector, $content);`
 * where `$fleet_selector` is the selector I made..
 * On that select box,
 * `onchange='document.getElementById('fleet').value=this.value;'`
 * and I also added a javascript snippet to first populate that box on page load
   with a preselected value for the dropdown, as they arrive on my form after first
   picking something somewhere else, and that value is one of the dropdown values,
   I added select=’selected’ to the value in the dropdown as well..
 * all this simply allowed the email to grab those dynamic hidden values and use
   them as needed..
 * Hope to have helped, lemme know if you need better explanation..
 * The Todd

Viewing 5 replies - 1 through 5 (of 5 total)