Hi, I have a custom google form which I coded into a website using multiple steps. However, there seem to be a bug with Internet Explorer, my form questions are not showing up in my google spreadsheet whenever I am using IE. But it is working with Google Chrome and etc.
Here is my submit button code:
<input class="navigation_button" type="submit">
Css:
.navigation_button {
width : 100px;
height:118px;
border: 0px;
color:transparent;
cursor: pointer;
background:url("Unable to include links here due to insufficient post");
margin-left: 3px;
float: right;
}
.submit_button {
width : 100px;
height:118px;
border: 0px;
color:transparent;
cursor: pointer;
background:url("Unable to include links here due to insufficient post");
margin-left: 3px;
float: right;
clear: right;
}
I am using an image to replace my button. But I can't seem to submit the answers using IE into my spreadsheet.
Hope I could receive some help in this forum!
Here is my submit button code:
<input class="navigation_button" type="submit">
Css:
.navigation_button {
width : 100px;
height:118px;
border: 0px;
color:transparent;
cursor: pointer;
background:url("Unable to include links here due to insufficient post");
margin-left: 3px;
float: right;
}
.submit_button {
width : 100px;
height:118px;
border: 0px;
color:transparent;
cursor: pointer;
background:url("Unable to include links here due to insufficient post");
margin-left: 3px;
float: right;
clear: right;
}
I am using an image to replace my button. But I can't seem to submit the answers using IE into my spreadsheet.
Hope I could receive some help in this forum!