Hi, I believe you should be able to accomplish this by doing this:
Conditional logic -> Add conditional logic -> Show fields depending on condition -> Select the field -> Select any field and make the value equal to something that would never happen, such as a number field being zzzzzzz.
Hello!
You can hide it with conditional logic as explained, have in mind though that hiding it like that would also hide it from the submission (which means the value of that field won’t be recorded in the entries screen).
You can also hide it with css with something like this:
#fieldId{
display: none;
}
Hidden fields like this won’t be displayed in the form but its value would still be recorded in the entries screen.
Regards!
It is under the advance section of each field settings