jlerner Posted August 14, 2018 Share Posted August 14, 2018 I'm trying to add some fields to the user profile page that can be edited by the user. I've tried putting them into an existing FieldSet, creating a new FieldSet, or having them outside any FieldSet. But nothing I do actually causes the new input fields to show up on the edit user profile [admin] page (http://.../processwire/profile/). What am I missing to make this work? Link to comment Share on other sites More sharing options...
Robin S Posted August 14, 2018 Share Posted August 14, 2018 You have to enable those fields in the settings of the ProcessProfile module: FYI, you can't use FieldsetTab in edit profile: https://github.com/processwire/processwire-issues/issues/552 4 Link to comment Share on other sites More sharing options...
jlerner Posted August 15, 2018 Author Share Posted August 15, 2018 Thank you! That was exactly what I needed to know. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now