Signant Web Form Integration make it easy for you to embed a web form with digital signature into your own website. The actual form is hosted by Signant and you use a standard IFRAME to display the form where you like inside your own website.
Sample html document with embedded IFRAME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Signant Web Form</title> <meta name="SignantWebForm" content="Signant Web Form"> </head> <body> <p>Sample usage of Signant Web Form</p> <div align="center"> <iframe src="https://test3.signant.no/Forms/Form/Start?c=Customer_ID&f=Form_ID" width="80%" height="800" name="Signant frame"></iframe> </div> </body> </html>