Embedding your form within your React app is slightly more complicated than simply copying and pasting some embed, but only slightly.
Adding the embed script
The first step is to add the embed code script to your application.
You only need to perform this step once.
Depending on your app you may just add it directly to your HTML. Alternatively, you can add the script tag dynamically from a component using the useEffect hook on a function component