Forum Moderators: open

Message Too Old, No Replies

Type double time?

         

toplisek

1:47 pm on May 11, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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.)

toplisek

1:39 pm on May 16, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thank you. They move version to React.