PLEASE limit feedback form to 100?

Discussion in 'Questions & Comments' started by Ryaneod, Aug 13, 2012.

  1. Ryaneod

    Ryaneod New Member

    Joined:
    Jul 20, 2012
    Messages:
    416
    Likes Received:
    1
    Trophy Points:
    0
    Location:
    Tega Cay, SC
    I just know I hate typing in a long feedback just to be told, nope, too long! ;) I went ahead and did the coding below.

    Here it is in HTML:

    Code:
    <input type="text" name="textboxname" maxlength="100" /> 

    I believe this is the right edit in the page source:

    Code:
    <td class="tc4" width="70%"><textarea cols='60' rows='10' wrap='soft' name="req_message" class='textinput' maxlength="100"></textarea></td> 
     

Share This Page