I wanted an embed Google Form in my website so i grabbed embed code and pasted it in my page.
You should use a <form>
tag instead of embedding Google form. This is because the style from embedded form may not match your website scheme.
Here is how you can do it.
action
attribute.
name
in the Google form.
entry.742532386
.Read more here
You can simply copy the form section of the html and copy paste to your page. It will post to google, and you still have full control over it.
You can't style it while it's an iframe.
see here for more tips about this: http://morning.am/tutorials/how-to-style-google-forms/