Title: Converter Method
Last modified: September 6, 2023

---

# Converter Method

 *  Resolved [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/converter-method/)
 * Hello;
   I’m thinking of making a tool to convert one unit to another.But there
   are so many loops between units, is there an easy method?
 * The method I know is very tiring to create 2 dropdown menus, create units and
   enter hundreds of criteria in it..
 * For example, if fieldname32 is A, then if fieldname34 is B, calculate as follows.
 * Even if it is 10 units on two sides, it means 100 criteria.
 * Surely there is an easy way to do this?
 * Is it possible to describe it with a prefix?
   Thanks.
 * [Sample Link](https://www.convertworld.com/tr/uzunluk/kilometre.html)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/converter-method/#post-17029556)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/)
 * There is an easier solution. You can install the “Converter for Calculated Fields
   Form” complementary plugin ([https://cff-bundles.dwbooster.com/product/converter](https://cff-bundles.dwbooster.com/product/converter)).
 * It makes the process easier for you. You would need only to insert two calculated
   fields (fieldname1, fieldname2), configured as writable (by unticking the read-
   only checkbox in their settings), and two dropdown fields (fieldname3, fieldname4)
   with the measurement units.
 * And finally, the equations would be very straightforward.
 * The equation of fieldname1:
 *     ```wp-block-code
       CFFCONVERTER(fieldname2, fieldname4, fieldname3)
       ```
   
 * And the fieldname2 equation:
 *     ```wp-block-code
       CFFCONVERTER(fieldname1, fieldname3, fieldname4)
       ```
   
 * Best regards.
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/converter-method/#post-17029797)
 * We want to get our attention, too. But is there a short example calculation video?
   
   Thanks.
 * If it’s easy, we want to buy it now
    -  This reply was modified 2 years, 9 months ago by [klingbeil](https://wordpress.org/support/users/klingbeil/).
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/converter-method/#post-17030029)
 * Hello [@klingbeil](https://wordpress.org/support/users/klingbeil/)
 * Please watch the video by visiting the following link:
 * [https://resources.developers4web.com/cff/tmp/2023/09/06/video_o.mp4](https://resources.developers4web.com/cff/tmp/2023/09/06/video_o.mp4)
 * Best regards.
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17053465)
 * Hello,
   Now that I bought and installed this plugin, do I need to do anything 
   else?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17053500)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/)
 * You only need to clear the website and browser caches and use the CFFCONVERTER
   operation in your equations.
 * Please note the “CFF Converter for the Calculated Fields Form” is a commercial
   plugin and we are not allowed to support any customers in these forums.
 * For pro or commercial product support please contact us directly on our site.
   This includes any pre-sales topics as well.
 * Commercial products are [not supported in these forums](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
   We will happily answer this and any other questions you can have [on our own site](https://cff.dwbooster.com/contact-us).
 * Thank you.
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17053527)
 * Hello,
   I cleared the cache, but the CFF or convert section did not appear in 
   the operation section. Did we miss something?
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17053546)
 * Isn’t it Conversions Functions? I haven’t cleaned the browser. Thanks.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17053869)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/)
 * Yes, it is in the conversions functions:
 * ![](https://i0.wp.com/cff-bundles.dwbooster.com/plugins/converter/settings.png?
   ssl=1)
 * But please, for additional questions about commercial plugins, you must contact
   us via the plugin website.
 * Best regards.
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17059060)
 * solved
    -  This reply was modified 2 years, 8 months ago by [klingbeil](https://wordpress.org/support/users/klingbeil/).
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17059105)
 * I solved it thank you
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17059139)
 * Excellent !!!!
 * Best regards.
 *  [klingbeil](https://wordpress.org/support/users/klingbeil/)
 * (@klingbeil)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17060199)
 * Hello
   The code result below should say mm, but instead it says “mm” in quotation
   marks. How do we cancel the nail? Thanks.
 *     ```wp-block-code
        jQuery('.kriter5-sonuc').html(kriter5+' fieldname45|v');
       ```
   
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17060432)
 * Hello [@klingbeil](https://wordpress.org/support/users/klingbeil/)
 * Please do not enclose the fields’ names between quotes or double quotes in the
   equations. The correct is:
 *     ```wp-block-code
       jQuery('.kriter5-sonuc').html(kriter5+' '+fieldname45|v);
       ```
   
 * Best regards.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Converter Method’ 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/)

 * 13 replies
 * 3 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/converter-method/#post-17060432)
 * Status: resolved