I am required to pass a site through the w3c markup validation and we are using gravity forms. It fails due to gravity forms injecting a SCRIPT after the HEAD opening tag.
This is bad as the meta charset is required in the first 1024 bytes of data and the script stops this happening.
referencing this post : Remove unused GF script from header [RESOLVED]
it said it was resolved in 2.5, i have 2.7 and it is still happening. Shouldn’t gravity forms load that initial script further down in the head. The meta charset is supposed to be first.
we are using AJAX to submit the form and the form is included in a template file.
is there a solution to this.