Trexiana
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] "Print" button clears radio button choices in formsHi,
Thank you, I was able to get it to work. I had to enter it as one continuous line:
<SCRIPT> function printForm(){ var w = window.open(null, ‘Print_Page’, ‘scrollbars=yes’); jQuery(‘#fbuilder input’).each(function () { var e = jQuery(this); e.text(e.val()).attr(‘value’, e.val()); if (e.hasClass(‘large’)) e.css(‘width’, ‘100%’); if (typeof e.prop(‘checked’) != ‘undefined’ && e.prop(‘checked’)) e.attr(‘CHECKED’, e.prop(‘checked’)); }); var html = jQuery(‘#fbuilder’).html(); jQuery(‘#fbuilder TEXTAREA’).each(function () { var e = jQuery(this).parent().html(); html = html.replace(e, jQuery(this).val()); }); jQuery(‘#fbuilder SELECT’).each(function () { var e = jQuery(this).parent().html(); html = html.replace(e, jQuery(this).find(‘option:selected’)[0].text); }); w.document.write(html); w.document.close(); w.print(); }</SCRIPT>
If I pasted your code above the sheet would add an “n” to the front of every new line. If I forgot a space between two different lines it would add a “t” to the front of the command. Super weird but once I got rid of the n’s and t’s it worked great.
Thanks again.
Forum: Plugins
In reply to: [Calculated Fields Form] "Print" button clears radio button choices in formsHi,
I’ve tried that but it still does the same thing. As soon as I click the print button it strips the radio button selection. I’ve put the code from your link on this page https://www.flexmse.com/test-estimate/ so you can see what I mean
Forum: Plugins
In reply to: [Locatoraid Store Locator] Conflict with Google Maps pluginHi, we are using version 2.4.6 of Locatoraid and version 1.0.3 of the Google map builder.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Conflict with Google Maps pluginHi,
Here is the URL where the conflict is happening:
https://www.flexmse.com/find-a-flex-mse-dealer-global/
Thanks!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Can't get markers to work at allI’m having a similar issue. It’s only just stopped working. I’ve created a map and embedded the shortcode here: https://www.flexmse.com/find-a-flex-mse-dealer-global/
The locations show up in the Map Preview and on the Permalink (although weirdly, also in the header..) at https://www.flexmse.com/google_maps/flex-mse-dealer-locations/
I’ve tried deactivating the plug however nothing is showing up.
Any thoughts?