Hello everyone! I am attaching a photo below for illustration of my problem. The red circle is the checkboxed value. If any of the checkboxes are ticked, I want the text value associated with the tick to be displayed in the "Outputted Checked Text Values". (If both checkboxes are ticked, I want the outputted Text Values to output something like Product1, Product2). The same goes for the Numbered values for the blue Circle. The Number1 value should be outputted to "Outputted Checked Numbers," if Product1 is clicked. (If one ticks multiple checkboxes, the numbers will be added up as a total inside of the Outputted Checked Text Values) Is this possible? If I tick Product2, is there a way to display both the value1 "Product2" inside of the Outputted Checked Text Values and also the value2 of "535" inside of the field Outputted Checked Numbers?
Thank you. I have looked through the documentation. I am able to easily display an entire formidable form based on the ID of any formidable form. However, I want display the value inside a specific field, or rather, the value of the Field ID. Looking through more documentation, it appears one can get the field ID with [frm-field-value field_id=x], but whenever I plug in the field ID, nothing shows up. Are there any mock example you could provide to help figure out how to display information inside of input fields in Formidable Forms?
What you are trying to do is accomplish by using jQuery. The frm-field-value shortcode fills in a value when the form is initially displayed. What you're trying to do is work with the data after the page is displayed.
Please login or Register to submit your answer