Title: Dropdown
Last modified: January 19, 2024

---

# Dropdown

 *  Resolved [supersvetodiod](https://wordpress.org/support/users/supersvetodiod/)
 * (@supersvetodiod)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/dropdown-32/)
 * I have set this up, but it is when the calculation takes place, in the calculation
   header itself, that I need a caption to be displayed, depending on the calculation,
   that we calculated “Current strength, or “Resistance”. So far, I have only achieved
   the ability to display this in text mode. But it is precisely above the “results”
   field that there is a heading. It is static.
 * (function(){
   var result = ”;if( AND(fieldname2, fieldname40) ){result = fieldname2/
   fieldname40;jQuery(‘.text-here1’).html(‘Voltage drop on all LEDs – **‘+result
   +’ V**‘);
 *     ```wp-block-code
       } else if( AND(fieldname2, fieldname3) ) {
           result =fieldname2/fieldname3;
       ```
   
 * jQuery(‘.text-here2’).html(‘Voltage drop on all LEDs – **‘+result+’ Ohms**‘);
   }
   else if( AND(fieldname40, fieldname3) ) {result =fieldname40*fieldname3;
 * jQuery(‘.text-here3’).html(‘Voltage drop on all LEDs – **‘+result+’ A**‘);
   }
 *     ```wp-block-code
       return result;
       ```
   
 * })()

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/dropdown-32/#post-17358364)
 * Hello [@supersvetodiod](https://wordpress.org/support/users/supersvetodiod/)
 * Please do not include the same questions in several threads, or we might lose
   it.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Dropdown’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/dropdown-32/#post-17358364)
 * Status: resolved