Skip to main content

How do I hide a field while using the conversational form? I want to create a quiz with some calculations.

I want to hide four fields to do my calculation. There is no direct way to do a hidden calculation. Please help, how do I go about this?

Cimbian UK Ltd

I absolutely need this feature.

Did you find a workaround?

Cimbian UK Ltd

I create a workaround.

I named the field in Advanced OPtions > Name Attribute to 'numeric_field_lean_audit' and then applied CSS directly to that attribute in the Settings & Integration. This shouldn't be needed, though. See below:

.fluent_form_5 [name="numeric_field_lean_audit"] {
display: none;
}

.fluent_form_5 .calculated_result {
display: none;
}