I see a scroll bar when I embed my form on my website
This is due to having the height setting in the iframe code too short.
You can fix this by increasing the number to match the length of the form or ideally by using the JavaScript code to embed instead of iframe.
We always recommend using the JavaScript embed method where possible.
