oy.fm URL, an Onlyform subdomain, or a connected custom domain.
Basic iframe
ReplaceFORM_URL with the exact public URL copied from the Share page:

A standard iframe stays within the surrounding page content.
Responsive sizing
Use a container when the form should adapt to the available width:100vh for a viewport-sized form:
Pass hidden fields and UTM values
Append declared hidden fields and enabled UTM parameters to the iframe URL:URLSearchParams instead of concatenating untrusted text:
Recommended attributes
If your site uses Content Security Policy, allow the selected form hostname in
frame-src. See Troubleshooting.