This seems like it should be pretty simple, but I am not seeing any way to do this. I have even tried saving the results in a database and pulling the values from there.
I am needing to add all the values up of certain fields and display it in a text element/field.
Sure, soon as I figure out how to post a link to my website that would allow you to see what Iām working with?
Right now it is a work in progress, but basically I have 5 input fields which will have numbers in them inputted by someone. I then need a text element to display all these numbers added together.
Input 1 = 1, Input 2 = 15, Text Element = Input 1 + Input 2. Which this would equal 16 of course and display it.
If there is a better way to do this I am definitely open to learning a better method.