Hello, I just purchased BricksForge two weeks ago and built a complex registration form. Any changes attempted on the frontend user profile form do not persist.
I watched WPTuts and DaveDen video tutorials for creating a User Profile for the frontend. I followed the tutorials closely, making sure I correctly mapped User Meta to the form fields
Even a stripped down form with wp_user_first_name field and a hidden field for wp_user_id, it will not save updated info.
I can see in all the videos they are using old versions of BricksForge. Perhaps since Bricks Builder 2.0xx, Pro Form is no longer working the same?
After countless hours trying to get it to work, I had AI create a PHP snippet to bypass the Pro Form update user meta action.The snippet solves the issue, but it seems counterintuitive to have to resort to that when the Pro Form documentation states:
“The Update User Meta action allows you to update user meta data after the form is submitted. This makes it easy to create profile pages that allows users to update their user data on your website without having to login to the WordPress admin area.”
Any insight as to what could be the issue is most appreciated.