If you click on the 'Textbox' button to create a textbox, then switch to HTML tab, the 'name' attribute appears as 'Name':
<p><input id="text1" value="text1" Name="text1" /></p>
If you then switch to the 'Normal' tab and back again to 'HTML', it becomes 'name' (ie lower case):
<p><input id="text1" value="text1" name="text1" /></p>
A minor bug I know, but please can it be fixed, as it's confusing my code!
Regards, johnb