jlerner Posted August 14, 2018 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?
Robin S Posted August 14, 2018 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
jlerner Posted August 15, 2018 Author Posted August 15, 2018 Thank you! That was exactly what I needed to know. 2
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