E-signature position

Hello,

How to move position e-signature client quote on custom design ?

Hi,

@david can you please advise?

The signature is stored in the variable

$contact.signature

You would need to hide the current signature

[data-ref="contact-signature"] { display: none; }

And then place the $contact.signature where you would prefer in the custom design.

Hi,

@david

I put $contact.signature on Body (custom design), its work.

when I put [data-ref=“contact-signature”] { display: none; } on Includes (custom design), its not hide signature.

Where I put [data-ref=“contact-signature”] { display: none; } for hide signature ? please help… Thank you

@saad

This should work:

#contact-signature {
display:none;
}

You can then nest the signature where you prefer like this.