Enlarge space for Signing

NTuser01nextan

Asked on July 12, 2023 3:04 AM

We run a pretty mobile operation, with engineers and technicians performing maintenance. Most of the time, they don’t have a tablet, so likely only mobile.

I’ve gotten feedback the form is good, but they need more space for signing on the mobile, I seem to only be able to expand left and right, but not vertically.

Georgiana B

Answered on July 12, 2023 8:02 AM

123FormBuilder Support
Hello,
 
Thank you for reaching out to us. 
 
Indeed, our Signature field has a standard high, but it can be increased by applying the below CSS code under the Design->Add custom CSS section. 
 

#form div[data-role=control][data-type=signature]:not([data-is-selected]):not([data-disabled]):not([data-has-errors]) [data-role=signature-container], #form [data-role=container][data-type=repeatable] [data-role=add-group-button], #form div[data-role=control][data-type=signature] div[data-role=signature-container]>canvas
{
height:500px;!important
}
 

Of course, you can edit the pixels as desired. 
 
If you need any other assistance, please let me know.