Direct to page and auto populate dropdown ?

I need a button within a #detailsContainer in a repeater to link to its corresponding registration form. The form is within a container (on another page) which expands upon selection of a dropdown box item. The dropdown box is connected to the same content manager as the repeater we discussed above.

Is there a way to get a button click to direct to a page and also automatically select the right item within the dropdown box?

e.g if the user clicks the #registerButton on the ‘Soccer’ repeater item then it should take them to the Registration page and automatically select ‘Soccer’ from the dropdown to show the correct form.