For example if i have form like this:
<form >
<input type="text" name="name" id="my_input">
<input id="search_tags" type="submit" value="Search">
</form>
And i wrote words ‘example’ and ‘item’ value of #my_input' will be ‘example item’. How can i build from written words something like this: '/example-item/'?
1 Answer