Hello @andre1ch
The implementation depends on the Central Bank of the Russian Federation. The plugin includes multiple alternatives to connect with third-party services: the cffProxy operation in the “Third-Party Connection” module and the SERVER-SIDE equations add-on.
Learn more about these possible solutions by reading the following blog posts:
https://cff.dwbooster.com/blog/2019/05/17/third-party-connection-module
https://cff.dwbooster.com/blog/2018/10/01/server-side-equations
The alternative to use depends on the third-party service.
Best regards.
Hello @andre1ch
If the code you use to fill the <div id="EUR"></div> tag triggers an event after filling in it, you should hear it and evaluate the equations when the event is triggered.
If the tag is populated in the page flow and not AJAX, you can re-evaluate the equations in the window load event:
<script>jQuery(window).on('load', function(){EVALEQUATIONS();});</script>
Best regards.