Change multiple ATTR with same CONTENT

49 views Asked by At

I want to replace the content of multiple input fields with the same content, something like:

ATTR=ID1, ID2, ID3 CONTENT=newContent
1

There are 1 answers

2
Matheus On

Discovered that there's no way to do it. I had to copy and paste the same line multiple times just changing the ATT on each of them.