Is it possible to allow a web url field in the contact form without requiring the user to type in http:// – it tells the user that it’s not a valid url when http:// is missing.
I am thinking probably the validation itself is not required since the validation kicks in only on user entering the value. The URL itself can be left blank since it is not required field unlike email or name.
Can you set the line number 311 to 314 of js/main.js to –
contact_url: {
required: false,
url: false
},
and see if that helps? Hope this meets your needs.
Im having the same issue with the default contact form. ! how can modify the default contact list or remove the opcion WEB URL for something else or an easy way to user add their website without http:// – it tells the user that it’s not a valid url when http:// is missing.
(attached picture)
If you don’t need the url validation then pls give input type as “text” instead of “url” in line no:50 of file framework/shortcodes/contact-shortcodes.php .
input type="text"
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Appdev Theme Support’ is closed to new topics and replies.