I need to calculated and show the total amount of devices on the form itself. read-only link
I know there is custom code to add i just don’t know how to do it.
Any advise on how to achieve this without any third party integration would be much appreciated.
Thank you
can you add one more field there and add id’s to all fields
Android field id = android-device
Chromebook field id = chromebook-device
macOS field id = macos-device
Windows field id = windows-device
total device field = total-device
change these and publish then i will send you JS code to add
For anyone else who’s here, I was inspired by this thread to make a really easy attribute-based solution which you can use to get the count of number inputs, and display them either as an input value, or in a span (or both at once)!