Hi Eran,
Can you be more specific about what you’re trying to achieve, and why you need to use something external? You can use Wix Forms or easily build a custom form with input elements .
I want to create an extensive form, something that is not doable by Wix forms at the moment. I understand the Velo is actually a framework to code in, just like React, Vue or Angular. What I wish to know is whether Velo has the ability to communicate with another framework or not. For example, I want to write the code in Vue framework, and then just copy it to Velo - is this doable? is this doable with React?
Thank you
Seems like your best option is the Wix Custom Element . For more information, see the Custom Element API . and examples using Custom Elements .
You should be able to use any of the frameworks you listed. One of the examples I linked to uses Stencil (which was inspired by React).