Title: Select Fields Value Missing
Last modified: September 3, 2019

---

# Select Fields Value Missing

 *  Resolved [vsasolutions](https://wordpress.org/support/users/vsasolutions/)
 * (@vsasolutions)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/)
 * I installed the plugin and have targeted a table to print. You select the product
   from the select drop down and an image populates above the drop down. When I 
   print the images come over but the select shows the reset value. What am I missing?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fselect-fields-value-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11894539)
 * Dashboard > Settings > Print-O-Matic > Activate jQuery fix.clone
 * > Activate if textbox or select elements are not printing.
   >  Addresses known bug
   > with textbox and select elements when using the jQuery clone function. jquery.
   > fix.clone on github.com
 *  Thread Starter [vsasolutions](https://wordpress.org/support/users/vsasolutions/)
 * (@vsasolutions)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11894628)
 * Thanks, I did that and still have the issue. [http://nb.vsasolutions.com/planogram-builder-4/](http://nb.vsasolutions.com/planogram-builder-4/)
   is a simple form with simple select. Do I need to do something else other than
   activating it?
 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11894675)
 * Hmmm…
    [This](https://spacedonkey.de/2592/ultimate-print-o-matic-form-elements-test/)
   is how it should be working, so something else is going on. Have you tried troubleshooting
   your site to see if there is a plugin or theme conflict (turn on and off plugins
   and revert to a twenty-something theme).
 *  Thread Starter [vsasolutions](https://wordpress.org/support/users/vsasolutions/)
 * (@vsasolutions)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11895076)
 * I assume its a conflict with something that was coded in the header/footer of
   this old site. I utilized a blank page template with no header and footer and
   works like a champ. Thanks.
 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11895085)
 * Good speed on your troubleshooting endeavors.
    We’ll mark the issue as resolved.
   Open another thread if you have any further issues you need assistance with.
 *  Thread Starter [vsasolutions](https://wordpress.org/support/users/vsasolutions/)
 * (@vsasolutions)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11895181)
 * Actually, I found the conflict. Maybe you can guide me. So with this being WordPress
   a lot is put into the header.
 * I need to use this code for swapping my images [https://codepen.io/joshwentz/pen/jEKVoz](https://codepen.io/joshwentz/pen/jEKVoz)
 * If I don’t include `<script src=”[https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js”></script&gt](https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js”></script&gt);
 * Then my image swap doesn’t work. If I do include it then the fix does not appear
   to work for the select fields.
 * I am sure its a conflict between the two different jquery. Any ideas?
 * [http://nb.vsasolutions.com/planogram-builder-4/](http://nb.vsasolutions.com/planogram-builder-4/)
   has that extra script inserted into the body portion. I appreciate the help.
 *  Plugin Contributor [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11895210)
 * sure.
    First, jQuery is automatically loaded or enqueued in WordPress, so you
   should not be brute-force loading another jQuery library, especially such an 
   outdated one.
 * Second, using the onChange event is not a good coding practice. Better to assign
   a unique class or ID and use [jQuery’s .change handler](https://api.jquery.com/change/).
   There is an example in that link.
 * Finally, WordPress does not define $ by default, so better use jQuery instead.
   See [this link](https://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/)
   for more info.
 * Hope that helps!

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

The topic ‘Select Fields Value Missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/print-o-matic_b2b2b2.svg)
 * [Print-O-Matic](https://wordpress.org/plugins/print-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/print-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/print-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/print-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/print-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/print-o-matic/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/select-fields-value-missing/#post-11895210)
 * Status: resolved