Iam unable to use or change the reusable blocks, and it seems not possible to make new ones with a name
known problem?
]]>Uncaught Error: reCAPTCHA has already been rendered in this element
at Object.eK (recaptcha__en.js:524)
at onloadCallback ((index):1218)
at $A (recaptcha__en.js:519)
at uy (recaptcha__en.js:512)
at recaptcha__en.js:527
at recaptcha__en.js:547
]]>is rendered in AMP like this:
https://olivian.ro/wine-md/amp/
, with lots of the elements missing?
Thanks!
]]>
function my_wpcf7_action( $contact_form ) {
if(is_admin()) return;
echo "something to be added below the rendered form";
};
// add the action
add_action( 'wpcf7_contact_form', 'my_wpcf7_action', 10, 999 );
…but this appears to run before the form is rendered. Any ideas?
]]>