Open the copied link in a private window. With two or more forms offered, the page shows your business name and a required What are you looking for? dropdown above the selected form.
Changing the selection swaps the form in place — no page reload and no change to the address. (With JavaScript turned off the dropdown still works, but through a Continue button that reloads the page.) The heading, the fields, which ones are required and the consent wording all change together, because each form keeps its own settings.
The submit button is the exception: it follows the form’s type, not the individual form. Both New Lead and Estimate Request forms read Request Quote, so swapping between two lead-type forms leaves the button unchanged.
You can also open the link straight onto one form. Add ?form= and the form’s id — the page opens with that form already selected, and the visitor can still switch. It combines with the channel tags, so ?form=<id>&c=qr is a QR code that lands on one specific form and still records as the QR channel. An id that is wrong, or belongs to another business, quietly falls back to the first offered form rather than failing.
The combined link as a visitor sees it, with the What are you looking for? dropdown.