How can I hide the variant dropdown in the registration form for single variant products?
You can hide the dropdown for single variant products by adding some custom CSS to your Signup form settings at https://app.backinstock.org/widget/edit
In Custom Styles enter the following:
select.single_variant_product { display: none; }
And hit Save form settings.