Asking this question as am fed up with spammers being able to enter urls into the message box on form.
I'm not asking anyone to say put antispam security, BUT am asking how to stop URL's being entered into forms ?
See images examples here:
http://prntscr.com/m3kyel
http://prntscr.com/m3kynl
How to Stop URL's being entered in the Message box forms ?
-
-
- Posts: 25
- Joined: Wed Oct 22, 2014 8:23 am
Re: How to Stop URL's being entered in the Message box forms ?
Did you try server sided validation?
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: How to Stop URL's being entered in the Message box forms ?
See the following... Note this is for information only no help is offered on how to implement it.
https://stackoverflow.com/questions/165 ... orm-fields
https://stackoverflow.com/questions/165 ... orm-fields
Re: How to Stop URL's being entered in the Message box forms ?
May not be what you want but a similar question was posted here viewtopic.php?f=5&t=83369
The simple example given sends the user to an error page if a url is entered.
The simple example given sends the user to an error page if a url is entered.
-
-
- Posts: 25
- Joined: Wed Oct 22, 2014 8:23 am
Re: How to Stop URL's being entered in the Message box forms ?
Hi Pablo,
is checking that box going to do what I need, stop URLs from being enetered into form ?
______________
Hi WWBman
I replied to that link you showed, asking where are the validation codes and where are they inserted into the form, to add into my own form. I cant see anything in there that stops URLS from being entered
Cheers
Jason
is checking that box going to do what I need, stop URLs from being enetered into form ?
______________
Hi WWBman
I replied to that link you showed, asking where are the validation codes and where are they inserted into the form, to add into my own form. I cant see anything in there that stops URLS from being entered
Cheers
Jason
Re: How to Stop URL's being entered in the Message box forms ?
No, it is just an extra layer of 'security' to make sure the spammer did not disable JavaScript to bypass the validation.is checking that box going to do what I need, stop URLs from being enetered into form ?
Re: How to Stop URL's being entered in the Message box forms ?
I've replied to your post.cdasupport wrote: ↑Tue Jan 08, 2019 4:27 am... Hi WWBman
I replied to that link you showed, asking where are the validation codes and where are they inserted into the form, to add into my own form. I cant see anything in there that stops URLS from being entered
Cheers
Jason