callback="plusone_vote"

Concatenating and floating fields

Posted in: - May 09, 2011 No Comments

This sample form demonstrates two separate approaches for compiling different object values into one field.

  1. Using script in the calculate event, either using the FormCalc Concat() function or JavaScript.
  2. 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

No Responses to “Concatenating and floating fields”

Leave a Reply

You must be logged in to post a comment.