Jump to content

bensminger

Members
  • Posts

    3
  • Joined

  • Last visited

bensminger's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Is it possible to display all the captured signatures in a tabular report format like a logbook? I can only get the last signature to show regenerate.
  2. I'm also looking for a copy of the zip file with jquery.signaturepad.min.js You need to include the script link in the header of the webpage that you are embedding your capsio form on.
  3. I have a field called LockStatus that I do not display on the form (it gets checked somewhere else). If it is checked then I want to hide the update button. This is the code I'm using, however the update button refuses to hide. <script> if (document.getElementById("EditRecordLockStatus").checked){ document.getElementById("Mod0EditRecord").style.display="none"; } </script> Am I doing something wrong?
×
×
  • Create New...