Hello,
I am using 3.1 RC5 and I have a form with a field for the user to enter a URL. It has URL validation so it will only allow users to enter a URL with the syntax http://www.whatever.extension.
Is there a way to edit the required syntax so that users can enter URLs without the http://?
Thanks
I am using 3.1 RC5 and I have a form with a field for the user to enter a URL. It has URL validation so it will only allow users to enter a URL with the syntax http://www.whatever.extension.
Is there a way to edit the required syntax so that users can enter URLs without the http://?
Thanks
Hi fshock,
Only by writing a custom validation (a fairly simple piece of JavaScript is needed).
Bob
PS without the http:// it technically isn't a valid URL which is why the default URL validator won't allow it.
Only by writing a custom validation (a fairly simple piece of JavaScript is needed).
Bob
PS without the http:// it technically isn't a valid URL which is why the default URL validator won't allow it.
Hello Thanks,
Would anyone be able to write that fairly simple javascript code? Please let me know even if you have to charge for it.
Thanks.
Would anyone be able to write that fairly simple javascript code? Please let me know even if you have to charge for it.
Thanks.
This topic is locked and no more replies can be posted.