Forum
Combine Members app and Comments app
Is there away using perch to show members details when they comment on a page or item. Also storing the information of that member in the backend/dashboard area ?
Is there away using perch to show members details when they comment on a page or item. Also storing the information of that member in the backend/dashboard area ?
Yes, you can make the fields
type="hidden"
. Pass the member data into the template using the same IDs as the form fields and they'll pre fill.Thanks Drew, I have that working now. One more thing what would be the best way to show a list of the comments that a user posts in their logged in area ?
I don't think the Comments app has anything to return comments by commenter.
Noprob thanks for your help.