Is it just me, or is this still an issue in Laserfiche Forms Professional Version 10.4.0.1256?
Concatenate is dropping spaces - not visibly on the form in the front end - but rather, once the submission is made.
Example:
Calculating a candidate's full legal name..
V_FirstName*, V_MiddleName, V_LastName* (variables for single line inputs, * = required inputs)
+
V_FullLegalName (calculated read-only single line field)
Formula for the full legal name field calculation:
=CONCATENATE(V_FirstName, " ", IF(LEN(V_MiddleName) = 0, "", CONCATENATE(V_MiddleName, " ")), V_LastName)
Result when viewing form (before submission):
Full Legal Name:
"First Middle Last" (correct spacing) OR
"First Last" (correct spacing if middle name is left blank)
Result AFTER form submission:
Full Legal Name:
"FirstMiddle Last"
Can anyone confirm if this is fixed in 10.4.1? As this issue happens after submission I don't associate the incorrect behaviour with my browser - but if it helps I'm using the latest Chrome (Windows 10 build).
If this hasn't been fixed in 10.4.1, can we please open a bug report for this formula issue (again) please?
Paging: @████████ @████████ @████████ @████████
Thank you!