Signature Form Topic

Hi @lubos , is there a way to have the signature form just like at the signature form topic that been closed 4 years ago. I’m trying to use footers but it still doesn’t work.

what is the closed topic link?
You need signature area on which form?
and how do you want the signature area appear on the printed form?
I think can be achieved by footers.

Signature form - Manager Forum

It’s this topic that I mean, I really need to make it like that and I’ve tried with footers somehow the signature column will always go to the left side of the docs.

Have you ever tried the signature area on your forms with the help of custom themes?
If so you can use that portion of HTML in the footer.
I do not know the exact need of you, but you may try the sample mentioned below.

<div style="position:relative;text-align:center;border-bottom:1px solid black; float:left; width:200px; height:100px; ">
    <div style="position: absolute; bottom: -20%;right:0; left:0;"><i>Authorised Signature</i></div>
</div>

Hi, I’ve tried with HTML but still couldn’t find the right composition.

If you show the code and the result, someone could try to help you.