Hi,
Bit of a tricky one here..
I've built a few large forms for a client which include tables for recording data whilst out on site using an iPad.
These tables are used to record what type of work is required and which room it is required in. Example below:
These boxes are marked with either a Tick or a cross (or left blank if not required) to indicate if this work will be charged externally or be an internal cost.
The tick outputs a value of 'Work'
The cross outputs a value of 'Sundry_Debt'
What I'm trying to achieve is a simple way to extract the data into text to be able to have a 'Job Card' as such, which states the works completed. For example, in the screenshot above, the output text would read along the lines of:
Work: Ease / Replace window catch in Bathroom, Curtain rod brackets (over 1.3m, 3 brackets) in WC.
Sundry Debt: Replace window / door fly screens mesh in Laundry and Lounge.
Obviously that exact format may be hard to replicate, however, I'm hoping that their is a more elegant solution to the alternative I have currently been testing with.
By using workflow I am running a For Each row, with conditional decisions and appending tokens with the row label data. This is quite a lengthy process and not easy to update if they require changes.
JavaScript was suggested to me previously as a possible solution to populate a hidden field whilst the form is being filled out, however, I am a bit lost on where / how to start OR if there is an alternative solution to this all together.
I'd appreciate any help or suggestions with this.
Thanks all.