Issue with Pro Forms Submit Button Text Not Reverting After Conditional Logic

Hi,

I’m using Bricksforge Pro Forms and I’ve set up a condition where:

  • If the user selects “No” to the question “Do you have a Korean document?”, the submit button is disabled and its text is changed (e.g., to “You cannot submit”).
  • If the user changes the answer back to “Yes”, the submit button becomes enabled again.

This part works fine – the button gets disabled/enabled correctly.

The issue:

The submit button text does not revert to its original label (e.g., “Submit”) when switching back from “No” to “Yes”. This is confusing for users, because the button still says “You cannot submit” even though it is active again.

Expected behavior:

When the condition switches back to “Yes”, the button should also reset its text to the default label.

How can I fix this?

Thanks in advance!