Answered
Thanks for any advice in advance!
I'm very very new to programming and am trying to create a form...
My TextField1 is First Name and my TextField2 is Surname, I would like to use the calculate functinon to generate the employee email in a hidden field
form1.#subform[0].TextField6::calculate - (FormCalc, client)
Left(TextField1, 1) + TextField2
What am I doing wrong???
The output is "0"
to combine several strings into on you have to use the Concat function.
This script will combine 3 strings (1st letter of TextField1, the whole value of TextField2 and the string "@company.org").
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs