I am having issue with the calculated value not updating upon change.
I am using the calculated value feature as such:
value = data.textfield + 'text' + moment(data.date) + 'text'.
Redraw on any change as this is pulling from multiple other fields.
This works as expected when 'Allow Manual Override of Calculated Value' is unchecked. However, as soon as I check that option, the calculation does not work as intended. No redraw is being done when box is checked.
The field remains blank when other fields are updated. Not even the string of prepopulated text appears in box. When testing in build mode, it appears that no changes are being made to this field as soon as the manual override option is selected. If I start with box unchecked and make changes in preview, it works. If I go back into build and change that setting, the text field is now editable, but the data remains unchanged from state it was in when the override box was checked, even if the fields data is being pulled from have changed.
No other changes made to form. The allowing of manual override on this text field is the only variable changed.
What I am wanting to do is create a title for the form that uses a standard format, but in certain cases, allow the user to override the default to better clarify the presented information.