I would like to use each of the fields as a dataset for chart plotting. Problem is … I don’t understand how to tie this info together! Will include example in hidden field. Any insight would be appreciated!
Utilizing CFF (Calculated Fields Form Plugin) Developer edition with Chart.js capabilities. The calculator auto populates without submission. This plugin has Chart capabilities, but would prefer to use my nifty Cornerstone Charts plugin.
Per their technical support:
Please let me know how your chart needs the data.
You can access the fields’ values from a code outside the form structure by calling the getField operation, as follows:
Assuming you want to access the fieldname123 value, the code would be:
getField(‘fieldname123’).val()
I realize I may be missing something simple. I’ve tried many avenues attempting to use a filename to no avail.