Hey @Peta_APB,
Your code looks correct. Only thing I can see is maybe the spelling on catagory is wrong?
$('select[name="catagory"]').val();
^ This is the name of the select field.
choice == 'Dropdown Select Option 1'
^ The value is the value of the select options.
See below image for a reference:
Hope that helps!
