Yeah. It's a default security option in .NET, which blocks HTML type commands being submitted in a text box.
It's designed to stop n00b programmers from getting their site get 0wned. I'd guess FT is robust enough to have it switched off:
Sticking the following in web.config will solve the problem, provided that your app is secure.