LinkCrawler Rule example - SUBMITFORM
SUBMITFORM rules can be used to do the following tasks:
Simple example - send all forms containing text "textToBeInThatForm" for specific URLs from website 'examplewebsite.com'.
[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": true,
    "maxDecryptDepth": 1,
    "name": "example rule of type SUBMITFORM",
    "pattern": "https://examplewebsite\\.com/[A-Za-z0-9\\-_]+\\.html",
    "rule": "SUBMITFORM",
    "formPattern": ".+textToBeInThatForm.+"
  }
]