Comment on post: Public forms tips and tricks: How to conditionally show and hide fields

Blog post: Public forms tips and tricks: How to conditionally show and hide fields

Tried getting the examples working. Keep getting

TypeError: Cannot set properties of undefined (setting 'hidden')

Hi @gsgswebz885,

This error usually occurs when you attempt to address a field or control that's not on the form. Please ensure that each fd.field('FieldName') call in the JavaScript code has a corresponding field with the same name on the form.

If that doesn't help, could you send the form's export file to support@plumsail.com so we can analyze the code?