Help guys, how can I do this example: In input code the name is "name" when I create a form and when user enter his name in input how to declare the name?
example: <input name="name" maxlength="10" value=""/>
Is there any HTML CODE for that? $(name) is not working.
example: <input name="name" maxlength="10" value=""/>
Is there any HTML CODE for that? $(name) is not working.
Comment