Reputation: 1
I am using FormIO in my project developed in react. I am facing two problems here:
Later, I want to add a field (user name) in form that will have the value using above added key-value pair from submission json. enter image description here
I have added calculated value as enter image description here
But, when I am launching the form value is not shown in the field and it is showing as blank.
What is the best way of doing this so that values are available and visible on the form.
I was trying to add the logged-in username, logged in user email as hidden fields but that will be too much as if I want to add more fields, I need to update the code again and again.
Upvotes: 0
Views: 38