so the value is retrieved from $_GET[usertype] value,
Then you'd substitute it into CB Auto Actions as [get_usertype].
in the registration form it's useless to show the usertype field, but it has to be present in registration (just not visible).
how can i make this field not visible in registration form?
You can hide it in the same jQuery that sets its value or use CSS to hide it.