I use Views to generate some links so I can prepopulate a list of Webform links. In one field, it is a global custom text with a number and the second column is the webform link with a replacement token. Is it possible to allow the user to define the custom text? The custom text column will always be a number. Once "5" is entered, the whole column should appear 5 for every row.
I use this table to automate some tasks so the user can click on the webform link and submit each form.
Custom text | Webform Link |
---|---|
5 | node/14?id=[custom_text] |
5 | node/14?id=[custom_text] |
Tried editable views but it doesn’t work on global custom text fields.