Concatenating and floating fields
This sample form demonstrates two separate approaches for compiling different object values into one field.
- Using script in the calculate event, either using the FormCalc Concat() function or JavaScript.
- Using floating fields.
The third example also uses floating fields, but additional script in the docReady event and the enter event of the associated textfields, allow the user to input data. Normally you would only need the “this.access = ‘open’;” script in the docReady, but because we are also importing XML data in the second example, we need the additional access script in the enter event.
Download: Assure Dynamics Floating fields
Here is some XML data (for the second example in the PDF form): Assure Dynamics Floating fields