Page 1 of 1

Change input type of email server

Posted: September 30th, 2012, 6:22 am
by mrRogers
It's always nice when people try to use HTML5 fields, but in this case you guys are using completely wrong input type...
email_server found in Notifications should not have type of "url", this causes browser (tested in latest Opera) to add http:// in front causing non-legit email server address. Please change to text type.

Re: Change input type of email server

Posted: September 30th, 2012, 9:03 am
by shypike
It seems that only Opera does this.
But you're right, the field shouldn't be tagged as URL, because it isn't an URL.
Will be fixed.