Kia Ora folks,
I’ve built a wedding marketplace which seems to be getting some traction but I want to also allow vendors to add a form to their website that takes the booker through to our platform, this would ideally have my sign up workflow on the form too. Is this doable? If so, how?
Blessings to you, too. It’s my first time hearing a Māori greeting!
Embedding your webapp as an iFrame would do the trick. However, it is discouraged because of cross-site scripting concerns.
You may want to read up on its risks in the forum before proceeding. How to enable it can be found here: How can I embed my bubble app as an iframe into a page developped on drupal.
easiest way is to not embed but to redirect to a form page
embeds have a few issues although it is a viable option