Pre-Populate URL Parameters with Embedded Forms
https://www.example.com?first=red&second=blueThe URL parameters come after the question mark ‘?’ and multiple parameters are separated with ampersands ‘&’. This URL contains parameters ‘first’ and ‘second’ with the corresponding values ‘red’ and ‘blue’.
