[Vuejs]-How to make cross site loading of form

0👍

If you don’t want to use iframe, may be web components would fit your case. Wrap your form in web component and create a new instance of the form on target site.
Something like this

Leave a comment