I've seen this mentioned but I haven't seen a specific solution. I would simply like to know how to hard code a checkbox/radio button/field/etc. inside of an HTML Field and have that value submitted along with the rest of the form.
I have a comparison table built with radio buttons for each row of the table.
Here's the basic markup I have inside the HTML Field:
<tr>
<td>5 ft / 1.52m </td>
<td>$3,150</td>
<td>1</td>
<td>1</td>
<td><input type="radio" value="5 FT"></td>
</tr>