Home › Forums › General discussion › Display Currency conversion on the fly › Reply To: Display Currency conversion on the fly
April 15, 2021 at 23:49
#33248
Hi Alexander,
I’ve just got this currency converter widget to display on the form.
https://currencyrate.today/converter-widget
I extracted their JS code and pasted it in custom JS using a rule to trigger the function on run-time.
From code in another post, I added
<div id="currencywidget"></div>
to the Text or HTML field and within their code, replaced document.write with
jQuery("#currencywidget").html
and it works, the widget displays on the form.
It does take up a bit of space so I’ll use some CSS to push it off to the side.
Final result attached.
I think they’ll be happy with this for now.
Thanks.
*I tried pasting code here using the tags but my comment is not saving.