Hi,
I have this short-code in HTML [frm-stats id=820 type=count 820="[1023]"], I need when changing the value of drop-down id 1023, the HTML gets refreshed.
Shortcodes execute on the server, not in the browser. This means they will only refresh when the form loads ot is refreshed to reload. This does not work for real time calculations that run in the browser. For real time calculations, you must use jQuery or AJAX. To replicate frm-stats, you should use Ajax.
Please login or Register to submit your answer