• Resolved academicwebpages

    (@academicwebpages)


    no plugins other than pods
    no CSS
    no theme customizations

    this is the slug:

    [pods-form name=”supporter” slug=”7620″ fields=”interviewee” label=”Submit it”]

    No input box appears…

    (This had been working; not sure when it stopped)

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    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

    Thread Starter academicwebpages

    (@academicwebpages)

    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.

    Thread Starter academicwebpages

    (@academicwebpages)

    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…

    Plugin Author Jory Hogeveen

    (@keraweb)

    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

    Thread Starter academicwebpages

    (@academicwebpages)

    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

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    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.

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    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' );
    
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Form input fields Not Showing’ is closed to new replies.