You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to show a Total somewhere, for example, I have two Select and a summary to show the total of the two selected value, like
horizontalSelect 1 (attribute:a) => 20
horizontalSelect 2 (attribute:b) => 30
The total is 50
How can I have a widget to show the three line, the ideal way is have a third form field with attribute c and value set to 50, so when I submt, I can submit value like
{ "a":20, "b":30", "c":50}
Thanks
The text was updated successfully, but these errors were encountered:
I want to show a Total somewhere, for example, I have two Select and a summary to show the total of the two selected value, like
horizontalSelect 1 (attribute:a) => 20
horizontalSelect 2 (attribute:b) => 30
The total is 50
How can I have a widget to show the three line, the ideal way is have a third form field with attribute c and value set to 50, so when I submt, I can submit value like
{ "a":20, "b":30", "c":50}
Thanks
The text was updated successfully, but these errors were encountered: