• Resolved benspr

    (@benspr)


    For some reason, the submit button on this form does not process the form, but instead tries to do something with facebook. When I click the button, it throws this error in the console:

    Resource interpreted as Document but transferred with MIME type image/gif: “https://www.facebook.com/tr/”. fbevents.js:24

    Can you please assist as to whether the CFF plugin is interacting incorrectly with my page, and perhaps attempting to submit not the CFF for, but instead the facebook button of the social plugin we use?

    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 @benspr,

    The error you’re seeing in the errors console is not related with our plugin.

    Concerning to the submit button, your form is not submitting because there are some validation rules that are failing. For example, the predefined value you have entered for the fieldname34 field (Nominal cost per watt for 5kW system) is 3.33, but you have selected the “Digits” option for the “Format” attribute. If the predefined value is a decimal the “Format” attribute should be “Number”

    and that’s all.
    Best regards.

    Thread Starter benspr

    (@benspr)

    Thank you, that change did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button is not working’ is closed to new replies.