Hi Thr,
You need to remove some validation code in dashboard.php
file
File: dashboard.php
File Path: plugins\testimonial-by-weblizar\admin\
Remove or comment out below website validation code:
line no – 259 to 270
/*
//website
var urlregex = /(http(s)?:\\)?([\w-]+\.)+[\w-]+[.com|.in|.org]+(\[\?%&=]*)?/;
if(Website == "") {
jQuery("#website").focus();
jQuery("#website-div").after("<div class='tError alert alert-danger'><button class='close' data-dismiss='alert' type='button'><i class='icon-remove'></i></button> <strong><?php _e('Field Required:', 'WEBLIZAR_TESTIMONIAL_TEXT_DOMAIN'); ?></strong> <?php _e('Type your website address here', 'WEBLIZAR_TESTIMONIAL_TEXT_DOMAIN'); ?></div>");
return false;
}
if(urlregex.test(Website) == false ) {
jQuery("#website").focus();
jQuery("#website-div").after("<div class='tError alert alert-danger'><button class='close' data-dismiss='alert' type='button'><i class='icon-remove'></i></button> <strong><?php _e('Field Required:', 'WEBLIZAR_TESTIMONIAL_TEXT_DOMAIN'); ?></strong> <?php _e('Type valid website address', 'WEBLIZAR_TESTIMONIAL_TEXT_DOMAIN'); ?></div>");
return false;
}
*/
Thanks for using Testimonial plugin.
Weblizar