How to create custom theme for Google Form?

纵然是瞬间 提交于 2019-11-28 11:39:35

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/

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.

  1. Create a Google Form.
  2. Get the link and open the form in a new tab.
  3. Create a barebone form having same items as the Google form.
  4. Inspect Google form for action attribute.
    1. a. Copy the same action to your form.
  5. Inspect and find values for attributes name in the Google form.
    1. a. Give the same name values for your form items as well. The values look like entry.742532386.
  6. Check if your form gets the responses.

Read more here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!