I have have code for GEO plugin like: <input type="hidden" data-geo="route" type="text"
As it is red marked, can I move into hidden like: <input type="hidden text" data-geo="route"
lucy24
5:17 pm on May 11, 2019 (gmt 0)
C: Don’t use the word “text” at all. It’s just <input type = "hidden" [w3.org]. That’s assuming you give a “value” attribute somewhere further along. (Also “name”; this is one of the few situations where "name"--as opposed to "id"--is not just permitted but required.)