Is there a way to change the theme based on a variable passed through the url? As in something like a link "forms.website.com/Forms/GenericForm?ClientID=CompanyXYZ" using the ClientID to change out the theme?
We have a number of generic public forms that will need branded for a substantial number of clients and I'm looking for ways to do that outside of having to duplicate and publish each form for each variation individually. Setting one theme per client and calling that on the forms as needed seems like it'd be a lot less repetitive, plus avoids having several hundred active forms to wade through.
Alternative suggestions are welcome!