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?
@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.
Since it is a regular HubSpot form, you can DIY changes to the form in the future after it's implemented, and, of course, no monthly like third-party e-signature software.
@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.