I am trying to render some objects in a row but cannot get the Signature pad element to line up.
What are the units for the width and height properties for the Signature pad component?
{
"type": "panel",
"name": "panel1",
"elements": [
{
"type": "text",
"name": "txtPaPN_0_1",
"width": "180px",
"minWidth": "180px",
"maxWidth": "180px",
"title": "Printed Name",
"titleLocation": "top",
"descriptionLocation": "underInput",
"hideNumber": true,
"size": 20
},
{
"type": "text",
"name": "txtPaInitials_0_2",
"width": "85px",
"minWidth": "85px",
"maxWidth": "85px",
"startWithNewLine": false,
"title": "Initials",
"titleLocation": "top",
"descriptionLocation": "underInput",
"hideNumber": true,
"size": 5
},
{
"type": "text",
"name": "txtPaTitleRole_0_3",
"width": "200px",
"minWidth": "200px",
"maxWidth": "200px",
"startWithNewLine": false,
"title": "Title/Role",
"titleLocation": "top",
"descriptionLocation": "underInput",
"hideNumber": true,
"size": 25
},
{
"type": "text",
"name": "datePaDate_0_4",
"width": "65px",
"minWidth": "65px",
"maxWidth": "65px",
"startWithNewLine": false,
"title": "Date",
"titleLocation": "top",
"descriptionLocation": "underInput",
"hideNumber": true,
"inputType": "date",
"size": 15
},
{
"type": "signaturepad",
"name": "sigPaSig_0_5",
"width": 125,
"startWithNewLine": false,
"title": "Signature",
"titleLocation": "top",
"hideNumber": true,
"height": 80
}
]
The corresponding rendering looks like the attached image.
I don't have a commercial license yet but we intend to purchase a commercial license when we deploy our survey into production.
Also not sure how the date widget width can be reduced.