Please enable JavaScript to view this site.

InterFormNG2 Manual

The advanced, utilities component, Edit document text is used in combination with the Webforms module.

 

One prerequisite for this component is, that you have already setup a template with one or multiple editable text elements.

 

This workflow component activates the webform (template) and prompts the user for the value of each of the editable text elements. The workflow will wait for the user and not proceed until the web form has been filled out.

 

Prerequisites

You should NOT combine the Edit document text component with a split or a multicast, which spawns multiple threads.

 

Parameters

The edit document text workflow component has these parameters:

 

NG2EditDocumentText0001

 

Edit flow unique name

This is directly linked with the web page, that is hosted by InterFormNG2 in order to allow the user to enter the values of the editable texts.

The default value is Standard, which means that the web page will be: https://localhost:8086/forms/tasks/?id=edt%25Standard, where localhost of course should be exchanged for the IP-address or host name of the InterFormNG2 server and the port number 8086 should replaced with the port number used by InterFormNG2, if this has been configured to another number.

 

Template

This is the name of the template, that contains the editable texts and the template, that is also used for the final output.

 

Description

This value is shown on the web page, so this can be used by the user to identify the right web form to fill out, where this page looks like this:

 

NG2EditDocumentText0002