CONTENTS OF THIS DOCUMENT

INTRODUCTION

This module allows for integration of Signature Pad, an electronic-signing
script, into Drupal for both nodes (content), the Field API (FAPI), and Webforms.

REQUIREMENTS

This module requires the following module:

  • Field API (core)
  • Webform 4.x and Webform Validate (if you want to use a signature field in webforms)
  • jQuery Update

RECOMMENDED MODULES

None

INSTALLATION

CONFIGURATION

  • For content, you can change the options within the field settings.
    • For FAPI, you can change the field options by setting the '#esign_options' parameter, and using the following keys in an associative array:
    • dotSize (default: 1)
    • minWidth (default: 0.5)
    • maxWidth (default: 2.5)
    • backgroundColor (default: 'rgba(0,0,0,0)')
    • penColor (default: 'rgba(0,0,0,1)')
    • velocityFilterWeight (default: 0.7)

TROUBLESHOOTING

  • If the signature field does not display, check the following:
    • Did you set the field to display?
    • Does your CSS allow the field to display?
    • Is jquery_update enabled?

FAQ

Q:The field isn't working!

A: Please check to make sure you have jQuery Update installed, and that you're not seeing any errors in your browser's console.

MAINTAINERS

Current maintainers:

 

This project has been sponsored by:

  • Great Matter
    We create the software you need most.
    Specializing in Drupal-based systems, Great Matter designs, develops, and supports amazing software solutions for the most complicated needs.
    Visit https://www.greatmatter.com for more information.

Project information

Releases