Posts by Lucas Mendes Mota Da Fonseca • 26 points
1 post
-
1
votes1
answer1015
viewsA: How to pass an array in HTML attributes and not to show single quotes?
I tested it here and it works yes normally. When you send a form this way: <div> <label>Nome:</label> <input type="text" name="form[nome]"> </div> <div>…