Embedding Process Form in Separate website

I have my own web application and I am trying to embed a workflowgen process form so it appears like the form is part of my web application. How can this be done?

I am able to generate a new process but it just return the process id where I would like to display the form embedded in my web application.

Hi,

From what I understand, I believe you are using the Web API method which is returning the ID of the process.
What you need to use instead is WorkflowGen URLs which are discussed in this documentation:
https://advantys.gitbooks.io/workflowgen-integration-guide/content/integration-using-workflowgen-urls.html

All you need to do is create an iframe (or a different object) and store the desired URL as its source.

Best Regards,
Eddy.