• Resolved arnab28

    (@arnab28)


    I am using accordion in Cff form. I want to use symbols to expand the accordion.
    i am using this jquery code
    please check , let me know where i am done mistake..
    <script>
    jQuery(document).on(‘click’, ‘#fbuilder .accordion>fieldset>legend’, function(){
    jQuery(‘#fbuilder .accordion>fieldset>div’).hide();
    jQuery(‘#fbuilder .accordion>fieldset>div>span’).removeClass(“fa-minus”).addClass(“fa-plus”);
    jQuery(this).siblings(‘div’).slideToggle();
    jQuery(this).children(‘#fbuilder .accordion>fieldset>div>span’).removeClass(“fa-plus”).addClass(“fa-minus”);
    });
    </script>

Viewing 2 replies - 46 through 47 (of 47 total)
  • Thread Starter arnab28

    (@arnab28)

    Hello Sir,

    1)I am using the number filed and calculated filed for calculation. when 1st time I enter the number field value then the calculation field result is correct but when I updated again number field value the calculation field result doe’s not shown any value, how can I fix this problem?

    2)I want to show two different colors for the calculation field value. like when I get the result in the calculation filed that time the value color is light grey and when the user updated value in the calculated filed it should be bold black color.

    Help me to fix these two issue?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    Indicate the URL to the form, and let me know the equation’s code.

    Best regards.

Viewing 2 replies - 46 through 47 (of 47 total)
  • The topic ‘Help’ is closed to new replies.