Jun 29, 2021 1:14 PM
Hi,
Good Day.
I need to create a signature in the form, where it needs to be used on the landing page.
So once the user fills and signs the form. It needs to be captured in contact info.
So can you help me with how to create the signature as one of the feilds?
Thank you.
Solved! Go to Solution.
Jun 30, 2021 12:20 AM
Thank you for your post @MShekar .
I've found this Community conversation that might help you: Can you add e-sign to a HubSpot Web Form?
Could you take a look?
Jun 30, 2021 5:51 AM
@natsumimori's idea of using an existing app from the Marketplace is definitely the easiest. If you wanted to make your own, you would need to use a canvas element like this example, add it to form after the page has loaded, then send it using the Forms API probably, or upload it as a file with the Files API. You'd need some way to decode the signature. Basically, it's complicated haha.
Jul 1, 2021 8:27 AM
Thank you for the solutions @natsumimori and @piersg.
Jun 30, 2021 5:51 AM
@natsumimori's idea of using an existing app from the Marketplace is definitely the easiest. If you wanted to make your own, you would need to use a canvas element like this example, add it to form after the page has loaded, then send it using the Forms API probably, or upload it as a file with the Files API. You'd need some way to decode the signature. Basically, it's complicated haha.
Jul 1, 2021 12:06 AM
Thank you for your input @piersg !
Jun 30, 2021 12:20 AM
Thank you for your post @MShekar .
I've found this Community conversation that might help you: Can you add e-sign to a HubSpot Web Form?
Could you take a look?