I'm trying to pass a value via url to edit registration page in order to hide/show different fields depending on the value.
I've created a hidden field called usertype and alias usertype. I have set conditions to:
If this field is equal to custom value forskare the hide fields [....]
Make inverse condition: No.
I can't get the edit registrastion page to react to the passed value in the url- I've tried with sef adding ?usertype=forskare and without sef &jform[usertype]=forskare but the hidden value is still empty or doesn't react.
I've been looking at this for hours and I can't see what I'm doing wrong.