Hi @sukhasawneh
welcome to the forum! Please introduce yourself here!
The problem is in the way you use pulldata
function. For example in row 184 you have a select_one
question named hh_member
and use pulldata('household_registration_form','hh_member','hh_member',${hh_member})
The last parameter is the name of the same question so basically you try to use its answer to calculate options to display what doesn't make sense because such an answer doesn't exist when you want to do that and that cause dependency cycle.
It's just one example but you have more such bugs in your form so please review it and fix.