• Resolved sitetouten1

    (@sitetouten1)


    Hi

    sur ma page de presentation, des zero apparaissent à l’endroit des resultats
    si j’ai trois questions, j’ai trois zero
    comment je peux masquer ca ?

    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 @sitetouten1

    Please, use conditional operations with the equation, similar to:

    
    (function(){
    jQuery('.result-hereQ02').html(IF(fieldname127, fieldname127, ''));
    jQuery('.result-hereQ03').html(IF(fieldname132, fieldname132, ''));
    jQuery('.result-hereQ01').html(IF(fieldname129, fieldname129, ''));
    })()
    

    Best regards.

    Thread Starter sitetouten1

    (@sitetouten1)

    Excelent !!!!
    thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘we see 0 on result form’ is closed to new replies.