Good evening, I have a form system, and my client wants to put the form on his site.
The team asked me for an iframe for implementation in the portals and web-sites but when I did a test it presents the following error:
SecurityError: Blocked a frame with origin " link " from accessing a cross-origin frame.
The iframe is in a test.html file that is running on localhost, every Ajax request only works when I submit a form in a form.
Does anyone know how to solve it?