htmlforms

Web form textarea do not accept "list" in chrome


This going to be weird or definitely godaddy's problem.

The live version is at http://goo.gl/ibxwju.

I have a very simple form as below,

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<form action="test-op.php" method="post">
    Remark:<br>
    <textarea name="newremark" style="width:500px" ></textarea><br>
    <button type="submit">Update</button>
</form>
</body>
</html>

You may try submit anything and the form is working fine, but if your input contain word "list" then the chrome browser telling connection was interrupted.

To be clear, my problem is the form cannot accept the word "list"?

Update: Is not Godaddy problem, tested with firefox no problem. But my chrome 45.0.2454.101 m still give me problem.


Solution

  • My observation is that the issue is not dependent to browser / godaddy.

    I tried with inputs list in http://www.mednspa.com/test.php

    enter image description here

    Result :

    enter image description here

    You may try the below items.