Is there any way to create editable custom fields that can be placed on any page in my site? The fields should be unique for each user, similar to profile fields. I figured out how to display unique fields, but I can't make them editable. Any help would be greatly appreciated.
Well you will need to create code that will update database directly. You can setup these fields as SQL fields in aMember, then will be able to update them via simple SQL query.