Hi,
I am trying to create an input textbox. I insert the textbox, right-click properties and type in a name for my textbox. I view the HTML and the name was not written to the input. Instead, it shows <input id=Text1 />. Anyone know how to get the input to also have the name attribute set?
Thanks!
Jennifer