After submitting a html page the name wich I give an submit button is deleted from the code.
I want in the html de code:
<input type="submit" name="Submit" value="Search"/>
but the FCKeditor changed it in:
<input type="submit" name="Submit"/>
What can I do to stop this?
I want in the html de code:
<input type="submit" name="Submit" value="Search"/>
but the FCKeditor changed it in:
<input type="submit" name="Submit"/>
What can I do to stop this?