Forum Discussion
AdamKeever1
7 years agoQrew Commander
This is awesome. Thanks Dan. Any way to put the buttons at the top and bottom of the form?
- _anomDiebolt_7 years agoQrew EliteJust create another formula rich text field without the iol reference and position it at the top or bottom as you wish:
"<a class='QBU_Previous Vibrant Success' " &
" data-rid='" & [Record ID#] & "'" &
">Previous</a>" &
" " &
"<a class='QBU_Next Vibrant Success' " &
" data-rid='" & [Record ID#] & "'" &
">Next</a>" - AdamKeever17 years agoQrew CommanderThese buttons are still at the bottom of the rest of the fields for the tab. The position of the buttons appears to only be relative to the iol buttons.
- _anomDiebolt_7 years agoQrew EliteTry this:
$("div#formContents div:first").clone().appendTo("div#formContents"); - AdamKeever17 years agoQrew CommanderWorks and now no need for the additional formula rich text field. Thanks Dan.
- AdamKeever17 years agoQrew CommanderThis works great on desktop, but doesn't work on mobile. Any suggestions?