jQuery - field entry - how to duplicate and convert to seo friendly url
- by Binyamin
I have two HTML input fields 'article' and 'url'.
How to duplicate field 'article' entry to field 'url' to SEO friendly link!?
'url' allowed symbols 'a-z' (capital letters converted to lowercase),
'url' space symbol replace with dash '-',
'url' other symbols ignored.
required typing just in field 'article'
<input type="text" name="article">
url field is jquery auto generated and updated by field article value
<input type="text" name="url">