Mike XenForo developer Staff member Nov 26, 2013 #2 Technically, without the protocol, it's not actually URL. This is enforced by the HTML5 input types and by your browser itself. I know you're arguing usability, but given that we're using the type=url, this is expected.
Technically, without the protocol, it's not actually URL. This is enforced by the HTML5 input types and by your browser itself. I know you're arguing usability, but given that we're using the type=url, this is expected.
xf_phantom Well-known member Nov 26, 2013 #3 Waindigo said: See here (confirmed on xenforo.com): View attachment 61904 Click to expand... You could add novalidate to the form (i know it's not the best solution, but a client annoyed me daily because of this, till i "fixed" it this way )
Waindigo said: See here (confirmed on xenforo.com): View attachment 61904 Click to expand... You could add novalidate to the form (i know it's not the best solution, but a client annoyed me daily because of this, till i "fixed" it this way )
xf_phantom Well-known member Nov 26, 2013 #4 Another fix would be http://stackoverflow.com/a/3092801/1412435
Adam Howard Well-known member Nov 26, 2013 #5 xf_phantom said: Another fix would be http://stackoverflow.com/a/3092801/1412435 Click to expand... I would not see that as a solution and would fear people would depend on that as an excuse not to use valid code.
xf_phantom said: Another fix would be http://stackoverflow.com/a/3092801/1412435 Click to expand... I would not see that as a solution and would fear people would depend on that as an excuse not to use valid code.