I'm trying to display two signatures in one PHP page, but unfortunately the first signature field is only seems to be working and after adding another signature canvas disappears, see below:
Screenshot of jSignature page here
I've tried change CSS height, however it's not an issue, it's still doesn't work.
It must be something to do with div id as the other div has same id name - "signature" and causes this issue.
I've tried to changed JS: $("#signature") to $('div[id^="signature"]') but the actual canvas breaks and doesn't look like it supposed to be.
Does anyone know how to fix this or had same issue before?