This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Website validation bug
Started 16 years ago by knitzsche | 3 posts |
-
oops.. I think you found another bug with the website validation.
Here's how to fix it, edit your includes/common-validator.php file.
Search around line 223 for this code:function validate_website($value) {
few lines below that code, you'll see this:if(!empty($value[0])){
replace the above code with this one:if(!empty($value[0]) && ($value[0] != '/')){
that should fix it.Thanks for reporting this, I'll update the package.
MachForm Founder
Posted 16 years ago # -
Thanks Yuniar!
Worked like a charm. Your customer support is awesome!
Kalpana
Posted 16 years ago #
Reply
You must log in to post.