• Resolved metesey

    (@metesey)


    Merhaba ,

    A?a??daki formül i?in 2 adet sorum var yard?mc? olabilir misiniz?

    1- formül i?erisindeki fiyat k?s?mlar?n? (PREC(fieldname5,2) vb.) bold yapmak istiyorum bunun bir ??zümü var m??

    2- Yaz? kutucuk i?ine s??m?yor. ?rne?in mobil cihazda yaz?n?n tamam? g?rünmüyor. Kutucuk kü?üldü?ü zaman yaz?n?n s??mas? i?in alt sat?ra kaymas?n? istiyorum bunu nas?l yapabilirim?
    ?rnek: https://www.insaatim.com/wp-content/uploads/2024/10/cff.png
    1 m2 tu?la duvar imalat? i?in y?l ba?? rayi? fiyatlar? ile 0.00 ? i??ilik maliyeti hes…
    yerine
    1 m2 tu?la duvar imalat? i?in y?l ba?? rayi? fiyatlar? ile 0.00 ?
    i??ilik maliyeti hesaplanm?? olup, güncel i??ilik
    maliyeti ise 0.00 ? dir.

    gibi.

    Formül:

    CONCATENATE(fieldname6,’ m2 ‘, fieldname3|v, ‘ tu?la duvar imalat? i?in y?l ba?? rayi? fiyatlar? ile ‘, PREC(fieldname5,2), ‘ ? i??ilik maliyeti hesaplanm?? olup, güncel i??ilik maliyeti ise ‘, PREC(fieldname5*fieldname7,2),’ ? dir.’)

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @metesey

    Thank you so much for using our plugin. The calculated fields are input tags, and input tags do not render HTML code or support multiline texts. So, the alternative is to use the calculated field for the calculations but display the result in another field. Please follow the steps below:

    1. Edit the equation as follows:

        CONCATENATE(fieldname6,' m2 ', fieldname3|v, ' tu?la duvar imalat? i?in y?l ba?? rayi? fiyatlar? ile <b>', PREC(fieldname5,2), ' ?</b> i??ilik maliyeti hesaplanm?? olup, güncel i??ilik maliyeti ise <b>', PREC(fieldname5*fieldname7,2),' ?</b> dir.')

        2. Tick a checkbox in the calculated field’s settings to hide it from the public form.

        3. Insert an “HTML Content” field in the form and assuming the calculated field is the fieldname123, enter a div tag as its content with the data-cff-field attribute indicating the field’s name whose value you want to display in the tag:

        <div data-cff-field="fieldname123"></div>

        Bet regards.

        Thread Starter metesey

        (@metesey)

        Yard?m?n?z ve h?zl? ??zümleriniz i?in te?ekkür ederim.

      Viewing 2 replies - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.