Hello. I have two input, the first name and the second keywords . The keywords input has a default value and a certain placeholder value. It looks like this:
<input type="text" name="name" /> <input type="text" name="keywords" value="Купить {name}, цены на {name} /> The question is, is it possible to automatically take a value from the name field and substitute the keywords field in {name} ? I think maybe something like putting a variable in value in which it wakes up a value from the name field, but I don’t even know how. Tell me please.