Multiple clipboard for filling out webform

@paoxlive Text Blaze only supports a single clipboard, so there's 2 possible ways for you to do this:

  1. create a snippet where one spot has the {clipboard} command to automatically retrieve the portion of text that you've already copied to your clipboard before initiating the snippet, and ALSO has a {formparagraph} field where you can then go back to the website, copy the additional text, and paste that into the field manually.

  2. If the data is going to be structured enough that it's always formatted very similarly each time you need it, you can consider copying the entire page to your clipboard and then using regex to retrieve the specific portions that you want. Here's a pretty detailed example of doing that