• Resolved fibbu

    (@fibbu)


    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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    There is an easier solution. You can install the “Converter for Calculated Fields Form” complementary plugin (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:

    CFFCONVERTER(fieldname2, fieldname4, fieldname3)

    And the fieldname2 equation:

    CFFCONVERTER(fieldname1, fieldname3, fieldname4)

    Best regards.

    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 1 year, 6 months ago by klingbeil.
    Plugin Author codepeople

    (@codepeople)

    Hello @klingbeil

    Please watch the video by visiting the following link:

    https://resources.developers4web.com/cff/tmp/2023/09/06/video_o.mp4

    Best regards.

    Hello,
    Now that I bought and installed this plugin, do I need to do anything else?

    Plugin Author codepeople

    (@codepeople)

    Hello @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. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Hello,
    I cleared the cache, but the CFF or convert section did not appear in the operation section. Did we miss something?

    Isn’t it Conversions Functions? I haven’t cleaned the browser. Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    Yes, it is in the conversions functions:

    But please, for additional questions about commercial plugins, you must contact us via the plugin website.

    Best regards.

    solved

    • This reply was modified 1 year, 6 months ago by klingbeil.

    I solved it thank you

    Plugin Author codepeople

    (@codepeople)

    Excellent !!!!

    Best regards.

    Hello
    The code result below should say mm, but instead it says “mm” in quotation marks. How do we cancel the nail? Thanks.

     jQuery('.kriter5-sonuc').html(kriter5+' fieldname45|v');
    Plugin Author codepeople

    (@codepeople)

    Hello @klingbeil

    Please do not enclose the fields’ names between quotes or double quotes in the equations. The correct is:

    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.