Before I used to be able to just copy the source code of the form and paste the part between <form></form>
into the page and add my own styling. But this doesn't seem to work anymore.
Has anyone found a way to still be able to customize google forms?
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
Here's a script that allows you override the CSS styles of a Google form:
http://googleformrestyler.apixml.net/
What it does, is it pulls down the content of the google form using a CORS proxy, then writes the HTML content of the form directly onto the page using Document.write. After which, you have complete control to edit the CSS and Javascript of the google form.
Yes, you can easily make the
<form>
work by following these steps.action
attribute.name
in the Google form.entry.742532386
.Since it is a native
<form>
element, apply CSS however you want to.Read more here