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


  1. inthanet
    Member

    Hi,
    it's possible to change the size of the signature pad?
    As example 500x400 px

    Posted 10 years ago #
  2. yuniar

    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 10 years ago #

RSS feed for this topic

Reply