Hello,
We would like to be able to reference variables from a collection row in a custom HTML field -- which in this case is within the collection itself -- without using Javascript. In a field that allows for functions, this is simple using the INDEX() formula and ROW() to reference the current row, but without the formula, or similarly with the jquery $(this) the values from all collection rows appear comma separated.
Previously in this same business process, users input into a custom HTML table within the collection, which is then parsed and saved to a multiline field using JS. As JS does not load in time to be saved/printed, we can't simply re-populate the custom table in reverse, so it would be great to be able to use using the variables available to the custom HTML field.
If this is not possible, we have a workaround using a second multiline field and some formatting via functions, however as this is tabular data, it's really only possible to approximate columns and other table formatting. Is there any other way to go about this?
Thanks for reading, any suggestions are appreciated!
Jesse