Form only sending from Firefox?

resolve a CF form that only submits from Firefox.

Overview

The issue was caused by a cookie consent solution blocking form submissions in browsers where cookies were not accepted.
Adjust the cookie consent settings to allow the form to function regardless of cookie acceptance, or reconfigure the form to bypass this restriction.

Answered
ChronoForms v7
an anteud3000 29 Nov, 2021
Answer
I've created a Chronoforms 7 form here https://www.farmtrak.co.uk/ and although it will send when I use the Firefox browser it won't send when I attempt to use any other browser?

Checking the Debug data when the form sends from Firefox I can see
[accepted] => Array
                (
                    [1] => true
                    [2] => true
                )
However all other browsers are showing
 [pages] => Array
        (
            [requested] => 2
            [default] => 1
            [this] => 1
            [accepted] => Array
                (
                    [1] => true
                )

            [active] => 1
            [tokens] => Array
                (
                    [1] => 675c0705-b34d-4dc0-8c2d-bc56df0857b0
                )

        )

I tried setting up a very basic form here https://www.farmtrak.co.uk/test-form (i.e. just a name and submit) but I get the exact same problem?

Anybody have any ideas?

Many thanks in advance
an anteud3000 29 Nov, 2021
I eventually figured this out! I'm using CookiesCK form my Cookie Control solution and it seems that this was preventing the form from being sent unless Cookies were accepted? 

Seems like a glitch? Or would that be expected behaviour?
This topic is locked and no more replies can be posted.