Applying plugin styles to HTML result (separate from form)
Applying plugin styles to HTML result (separate from form)
[ad_1]
I output the calculation result to a separate part of the website from the calculator form in HTML code.
I use this function (for a simple example):
(function(){ var result = fieldname1 + fieldname1 })();
And on the website I insert:
<h4 class="result-here"></h4>
In this case, the style set in the plugin settings is not applied. For example, I would like the currency to be displayed before the result and the grouping of thousands to be preserved.
Is there a way to apply the plugin style settings to the result that is output to HTML code separately from the form?
This topic was modified 7 hours, 56 minutes ago by spacemakerman.
This topic was modified 7 hours, 53 minutes ago by spacemakerman.