• Resolved clayton750

    (@clayton750)


    I am having an issue with my Custom Settings Page as when a user saves the form it shows the users details in the input fields across devices, so if you open it on another device on a different account the input fields aren’t empty but have the last submission info in them. I have tried finding out why this is happening but i can not find anything relating to this. Is there something im missing or not doing right?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    This really sounds like a Page Caching issue, what plugins do you have actively installed and what hosting are you using?

    Thread Starter clayton750

    (@clayton750)

    The current active plugins are:
    better Search Replace, bit form manager, bit form, bloom, code snippets, divi Tabs Maker, Duplicate Page, EventON Lite, Folders Pro, Integrate Google Drive, Monarch Plugin, Paid Membership Pro, Pods – custom content type and fields, popup for Divi, shortcode for Divi, Ultimate Member, WP Data Access.

    And i’m using Absolute hostings WordPress package.

    Plugin Support pdclark

    (@pdclark)

    A Custom Settings Page would be for editing site-wide settings: they store in the wp_options table. Just like other site-wide options, such as the site name or URL, they are unique to the site, not the user. Therefore, it would be expected behavior that any save from any user would update the values for the entire site or any user viewing it.

    If you are looking for settings unique to individual users, you may want to add fields to the User object, which will cause fields to appear on the user’s profile page in the WordPress Admin Dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Input fields saving summited data’ is closed to new replies.