Since I have encountered this issue in other situations, I need to know if there is a solution for this problem:
I have a Product field with its Price, another Option field with Supplementary Services, and a Total field.
In the preview, everything works perfectly—the Total field updates once the services are selected. However, when opening the popup, neither the total price nor the supplementary services update.
It is worth mentioning that these forms already contain the code for executing scripts from Elementor popups.
Yes, a few days ago, my forms had issues with being in a popup, so I added an HTML field with the code, and everything has been working fine. However, this issue still persists.
On this URL, I have added the form inside a field, and this way, it works. I have also added a button that triggers the popup, showing how it does not sync the product price as well as the Option field with the Supplementary Services.
Embedding the same form in a page multiple times is not supported. You’ll need to duplicate the Form via the Forms list page in the admin, and then replace one of the forms in the page with the duplicate.
I am not embedding the form multiple times on the same page; each form is in a different popup. The spam error was fixed by placing the code inside the hidden HTML object. However, the Total object with Options does not synchronize once an option is selected.