Hi @academicwebpages
I see a message noting that anonymous submissions are not allowed so I cannot check what is happening here.
Do you see any console log errors?
Cheers, Jory
Where do you see a message noting that anonymous submissions are not allowed? How do I change that so you can check what is happening?
There are no console errors.
ah – i found this:
To enable anonymous form submissions, go to WP Admin > Pods Admin > Settings, then select Sessions > Enable Sessions and click Save Settings. This should cause the form to accept anonymous submissions.
and I have enabled sessions.
Did not fix my form problem though…
Hi @academicwebpages
Check! It seems that our scripts aren’t being loaded on your installation.
Please file a full bug report on GitHub so we can try to reproduce.
pods.io/submit
Cheers, Jory
Hi Jory,
I have made a bug report.
https://github.com/pods-framework/pods/issues/6523Do you have any idea when it might be fixed? Can I patch in any code that will give me a temporary fix? There is one site where it would be really useful for me…
Nancy
I replied on your GitHub issue — we have a Pods 2.8.18 release that will be going out tomorrow. It includes some additional tweaks including a new hook that you can use to help get around whatever conflict may be happening here with your theme/plugins.
Pods 2.8.18 was released on Friday and it now includes a new filter pods_init_register_assets_load_pods_dfv_on_front.
You can turn this on to see if it resolves your problem with the theme/plugins on your site that seem to be conflicting with our normal enqueue process.
add_filter( 'pods_init_register_assets_load_pods_dfv_on_front', '__return_true' );