I have a form for members to signup. It sends out emails and creates a new user for WP. If I try to edit the entry in WP admin or even the frontend, some of the fields are loading blank. In the preview before I click edit I can clearly see the data. What would cause this? I disabled plugins and still nothing.
Do you have an instance of frm_setup_edit_fields_vars that is clearing the values? If not, you could set up that hook and put debug code in there to see what the values in the entry are at the point the filter is called.
I don't have anything set to clear the values. When I view the entries in a table everything shows correct frontend and backend of WP. But when I click edit certain fields are blank and then I can't save because they are required. It's the strangest thing.
There's a not a lot to go on to diagnose the problem. Can you post a video somewhere to show us what's happening?
Please login or Register to submit your answer