Forum Discussion
DanLadner1
8 years agoQrew Trainee
The following code (in an html-enabled formula text field) is working pretty well for me (there's a delay built in, b/c it wasn't working for me without it):
"<img qbu='module' src='/i/clear2x2.gif' onload=\"window.setTimeout(function() {$('#formFooterButtonsContainer').hide();}, 500);\">"
- MeredithMoore18 years agoQrew CadetThank you this works great. I put it at the bottom of the form and it works just peachy.