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

    (@codepeople)

    Hello @stephenroome

    I’ve checked your forms and they are working properly, please, look the screenshot:

    Best regards.

    Thread Starter stephenroome

    (@stephenroome)

    Hi, that is the form that was copied to the new site. It is not working on the new site here: http://1099.seodevspace.com/resources/

    Plugin Author codepeople

    (@codepeople)

    Hello @stephenroome

    The form is working properly, but your code have a simple issue, specifically in the following pice of code, that is waiting the a field with the class name savings-cf:

    
    jQuery(document).on('change', '.savings-cf input', function(){
    jQuery('.savings-result').html(this.value);
    });
    

    but you don’t have assigned the class name: savings-result to the calculated field.

    Best regards.

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

The topic ‘Calculate Fields Won’t Work’ is closed to new replies.