Answered
I have two data fields that flow fine to their specific floating fields. field1 has a name1 and field2 has a name2. I have them carry down and read using two floating fields to read "(name2) (name 1) Form" what i would like to do is to have the word "and" appear between the two floating fields...but only when there is something entered into field2 that contains the second name. So the final result should 2 names be entered would be "(name2) and (name1) Form".
I have worked on this for a bit and can't seem to get it to work. Any help would be great.
this is much easier as you might think.
Simply add a third floating field to your text between "name2" and "name1".
The text then should look like "{name2}{AddAnd}{name1} Form" (Do not add any space between the floating fields!)
Rename the third floating field to "AddAnd" and add this script to the change:event of name2.
That's all.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs