Hello,
I have a field of type LIST in my form ({Crossover In Pulley - Variables: 7:}) with 3 columns ("Column 1", "Column 2" and "Column 3") and 1 line.
I wonder how to get the confirmation message, I can put a table with the values divided:
<table>
<tr>
<td> Column 1: Value </ td>
<td> Column 2: Value </ td>
<td> Column 3: Value </ td>
</ tr>
</ table>
By default, the values appear together in a single line, and I do not want that!
I hope someone can help me. Thank you!