GeoffreyHarmuth
7 years agoQrew Captain
remove buttons on mobile page
So I have gone through the process of creating a customer survey form. I have managed to remove the green save buttons etc using the following steps:
1) Create a js code page:
$("#formFooterButtonsContainer").hide();
$(".IconOnly").hide();
$("#saveButton").hide();
2) Create a rich text formula field:
"<img qbu=\"module\" src=\"/i/clear2x2.gif\" onload=\"javascript:$.getScript('" & URLRoot() & "db/" &Dbid() & "?a=dbpage&pagename=EOTIcodepage.js&rand='+Math.random())\">"
This works fine when i am on a normal browser But doesn't work in mobile. In mobile I have:
[Save], [Save & New] and [Cancel] buttons both on top of the form and at the bottom.
How do I get rid of these fields?
Edit: My save button i created also doesn't work:
"<a class='Vibrant Primary' href='javascript:LinkAway(\"" & URLRoot() & "db/" & Dbid() & "?a=showpage&pageid=20" & "\");' >Submit review</a>
1) Create a js code page:
$("#formFooterButtonsContainer").hide();
$(".IconOnly").hide();
$("#saveButton").hide();
2) Create a rich text formula field:
"<img qbu=\"module\" src=\"/i/clear2x2.gif\" onload=\"javascript:$.getScript('" & URLRoot() & "db/" &Dbid() & "?a=dbpage&pagename=EOTIcodepage.js&rand='+Math.random())\">"
This works fine when i am on a normal browser But doesn't work in mobile. In mobile I have:
[Save], [Save & New] and [Cancel] buttons both on top of the form and at the bottom.
How do I get rid of these fields?
Edit: My save button i created also doesn't work:
"<a class='Vibrant Primary' href='javascript:LinkAway(\"" & URLRoot() & "db/" & Dbid() & "?a=showpage&pageid=20" & "\");' >Submit review</a>