If you don't need the advanced capabilities of the InterFormNG2 webforms and input forms, you could also send data from your own Websites/html-forms to InterFormNG2. Below you will find an example of an html-webform, which can send data as an xml to an InterFormNG2 workflow.
First you need an html-form (attached you will find an example "externalhtmlform.html"). You can enter data in the html-form and submit/send the result as an xml to the defined endpoint. There is also a preview-button included.
The InterFormNG2 workflow will receive the xml as an input and save the payload/result in the resources.
Related Articles
Input forms
An important part of the module, Webforms are the input forms. The input forms are used by the Enrich by input form workflow component to change the contents of an XML file via an interactive form. The input forms is a special kind of template in ...
HTML
HTML is one of the supported input and output file types/payloads in InterFormNG2. You can e.g. use html as an email template in e.g. the create PDF email and the create email message workflow components, and you can e.g. transform an input file into ...
Create an html template
The InterFormNG2 designer is able to create two kinds of templates: 1.Normal templates. They are used when you want to design a form for printing or PDF output. The manual mainly covers these templates. 2.HTML templates. These templates can be used, ...
Render email HTML
The workflow component, Render email HTML (which is an advanced create document workflow component) accepts XML as input and generates an HTML file, that e.g. can be saved into the file system with the to filesystem component. The Render email HTML ...
Send an HTML email
You can send an HTML email without an attachment with the shortcut Output workflow component: Send an HTML email. If you want an attachment, then you should consider the Create PDF email component instead. Additional inspiration for setting up emails ...