I have two text fields, and then I have two radio buttons, one for the upper text field, and one for the button text field.
I got it to put my name on the first text field.
<input name="textfield1" type="text" id="textfield1" />
<input name="textfield2" type="text" id="textfield2" />
<br />
<a...