All Questions
Tagged with google-forms css
23 questions
0
votes
0
answers
158
views
Google Forms Custom HTML Styling with two sections, is it possible?
I have created a custom Google Forms UI with tons of questions by following this Video. I painstakingly managed to bind all the questions to radio buttons, check-boxes and text areas with their ...
0
votes
1
answer
1k
views
How to use Google Form as website "login" page
I know this may sound weird. I want to use Google Form (two inputs, name and email) as a "fake" login page. The website is a simple one-page HTML, no CMS, no database. When users visit the ...
2
votes
1
answer
988
views
How can I add a custom css to hide the back button in google forms using Formfacade
I want to hide the back button in a questionare I made on Google Forms. I know there isn't an option to do so in Google Forms so I embedded my form to Formfacade which allows me to add a CSS code in ...
6
votes
2
answers
15k
views
How can I make embed google form responsive?
I'm working on a project but don't know any backend code yet, so I'm using embed google form but that's not responsive.
here's the code I tried to make that form responsive, but somehow the code doesn'...
1
vote
1
answer
626
views
How to space Google Form margins in HTML
I'm trying to add a Google Form to my mobile website. I want it to fill the full width of the screen. Here's my html:
<iframe src="https://docs.google.com/forms/d/e/...
3
votes
3
answers
250k
views
See answer keys in Google Form (quiz) source page?
Is there a way to the view the correct answers to this test quiz I made?
https://forms.gle/GgKVJrSTnDSLBEhF8
When I created the quiz I also set the keys to be shown once you complete all the form but ...
5
votes
4
answers
7k
views
How to make page scroll to top after submit button is pressed in google form?
I have used google form on my website. I am having an issue when submit button is pressed, the page doesn't go to top and shows alot of blank white space as we have to go down alot in submitting the ...
4
votes
1
answer
4k
views
how to embed Google Form iframe in html css with flexible height (responsive)
The problem is that I have multi page google form with each page has different amount of text#. It's to be embedded in long form blog post as a quiz. The problem is that google only provides iFrame ...
0
votes
0
answers
435
views
Why doesn't my code for responsive Google Forms iFrame work on all browsers & devices?
I've made the iframe for our Google Form on a Wordpress website responsive and it does work on some devices using certain browsers, but not everywhere:
Windows Firefox: works
Windows Chrome: doesn't ...
1
vote
0
answers
650
views
Clear Fields after Form submission(google form web app)
Here is my code,
<iframe name="hiddenFrame" class="hide"></iframe>
<form name="myForm" action="https://script.google.com/macros/s/AKfycbzmDHjN1jyFdZTvH2f2GLKp1pyLmNAj-R_yjAGoiw/exec" ...
0
votes
1
answer
1k
views
Angular2 - Google Form not responsive on iOS
I'm creating a site using Angular 2, I successfully included a Google Form inside using an iFrame. It's working perfectly on every browser I tested (Firefox, Opera, Chrome) on my laptop (linux) and on ...
0
votes
1
answer
1k
views
Integrating Google Form into website
I am trying to get a Google Form integrated into my website to be used as a product order form. I have stripped the necessary parts of the Form and it successfully submits to my Google account, but I ...
2
votes
1
answer
3k
views
iFrame changing a css class in an iFrame
I need support over a modification of an iFrame object: I need to personalize a Google Form embedded in my website.
The only problem I've got is that inside the iFrame the actual form width (not the ...
10
votes
2
answers
21k
views
Can't scroll iframe on mobile iOS Safari
Even with overflow set to scroll, can't get the google forms iframe in an overlay to scroll, instead the background underneath keeps scrolling on mobile. It scrolls inside the iframe just fine on ...
1
vote
2
answers
5k
views
Custom Google Form? Example of Google Form API?
I'm trying to make a google form look like my own site. I found examples of how to do this on How to style Google Forms and google-custom-form (GitHub project), but I tried both of the examples they ...