Replies: 2 comments 7 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
-
Hey Mike, Just worked on a php solution to the above but it really doesn't require PHP i created a textarea field in html set it as readonly hidden. I assigned it an id then in the javascript code i called the textarea and stored the base 64 value to the textfield. This way when i click submit it pushes the value as post to my post processing service. On the processing side make sure you set the database field to blob to store the base 64 . hope this helps. Here is my javascript Code Snippet I repurposed the save to PNG Button (sorry was lazy) goes in app.js |
Beta Was this translation helpful? Give feedback.
-
Hello and thank you for an amazing thing!
I am not very good in JS and need to somehow add a save signature option and submit it as a form string, something like that.
Do you think it would be doable? Any advice is very welcome and appreciated
Beta Was this translation helpful? Give feedback.
All reactions