How can I pass a list of URLs to the form?

Sometimes users want to replace a group URL by comma/space separated URLs. It’s easily achieved by extracting individual URLs from the group and appending them to an extra hidden field inside the form.

Check out this live code snippet.