This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Signature Pad Size
Started 11 years ago by inthanet | 2 posts |
-
Hi,
it's possible to change the size of the signature pad?
As example 500x400 pxPosted 11 years ago # -
You can edit the "includes/view-functions.php" file, search around line 347 for this code:
<canvas class="mf_canvas_pad" width="309" height="{$canvas_height}"></canvas>
change it to be something like this:
<canvas class="mf_canvas_pad" width="500" height="400"></canvas>
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.