Laserfiche Forms 9.2.1
We're designing a form where staff can request time off. Besides selecting the date, they need to specify if they want a full or half day off. We are using a table because the employee can select between 1-10 days off. We want to send an email with the date (and full or half day). If more than one day is selected the email displays the information for each column rather than for each row.
Is this a limitation of forms or am I missing something? Is this something that can be added for the next version?
Example of Form Submission...
Email Task:
Date(s) of Requested Leave: {/dataset/Table/Date} - {/dataset/Table/Full_Day_Half_Day}
(Output) Email Received:
Date(s) of Requested Leave: 10/24/2015; 11/14/2015; 10/22/2049 - Full Day; Half Day; Half Day
Desired Output:
Date(s) of Requested Leave: 10/24/2015 - Full Day; 11/14/2015 - Half Day; 10/22/2049 - Half Day;
OR
10/24/2015 - Full Day;
11/14/2015 - Half Day;
10/22/2049 - Half Day;