Hidden Field Not Populating

Hello!

I have a form that auto-populates a text field based on the value chosen from a dropdown field. The dropdown field's values are from an excel file. I am trying to make it so that the text field takes the value of another column in excel based on the value chosen from the dropdown field. If the text field is visible, it is able to auto-populate the field, but if the text field is hidden, it is empty. Hope you can help me, thank you!

Hello @linkaja_subscription,

To change the field value and save changes, you need to enable field:

fd.field('FieldName').disabled = false;