Clearly passing values via URL is possible, but here’s my predicament. The first field in my form is a drop-down list. The remainder of the form depends on the choice made on that first fields (lots of conditional logic). Is it possible to craft a URL that passes along a “choice” instead of a value?
tl/dr: Can I craft a custom URL that will pass a “choice” to a form (think drop-down list) instead of a value?