Can someone confirm this one way or another? Is it...
# general
m
Can someone confirm this one way or another? Is it possible to set the position of a custom form button naywhere on the form or just the top where the other buttons are?
i
They'll stay at the top unless you use a script and write some CSS which I don't advise doing.
m
I figured. Thanks
Just saw though how you can mimic a button with a custom HTML field which can be placed anywhere.
i
Ah, that's a good way to do it.
m
@Michael McNamara how did you do that with a custom html field?
m
Create an HTML field. The default code would be <br /><a style=“font: bold 13px Arial; text-decoration: none; background-color: #EEEEEE; color: #333333; padding: 4px 8px 4px 8px; border-top: 2px solid #CCCCCC; border-right: 2px solid #333333; border-bottom: 2px solid #333333; border-left: 2px solid #CCCCCC;border-radius:6px;” href=“/app/common/custom/advancedprint/printsearchresults.nl?printType=SEARCH&l=T&e=T&id=974&style=NORMAL&Custom_FORMULATEXTtype=IS&Custom_FORMULATEXTfooterfilter=T&searchid=974&sortcol=cfRECORD_1198_raw&sortdir=ASC&size=50&csv=Export&printtemplate=128&whence=“>My Button</a>