We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

How do I use custom member fields like grid/multi select forms etc

How Do I?

Eastwood Design's avatar
Eastwood Design
605 posts
8 years ago
Eastwood Design's avatar Eastwood Design

I am trying to use additional fields in the members area. I would like to offer members the ability to upload more than one member photo (ie: use grid) or during member registration provide a set of checkboxes and allow the member to check off any that apply. I have purchased both Dev Demon Visitor and Solspace User but neither are working for me. Solspace doesn’t off this functionality and Dev Demon has no support and documentation on their software does not exist and the software is very buggy.

Any advice on using additional member fields in EE ver 3.4?

       
Rob Allen's avatar
Rob Allen
2,950 posts
8 years ago
Rob Allen's avatar Rob Allen

Yes shame the extra member profile image was removed in EE3!

If you know how many fields you want it’s possible in Solspace User

  1. Set up additional member fields (field type - text)

  2. In the User profile edit form you can add extra editable fields using the {custom_member_field} variables -see https://solspace.com/expressionengine/user/docs/edit/#custom_member_field

So, in the case of an image create a standard file field. You have a member field with short name ‘member_photo’ you’d add a file upload field like:

<input type="file" name="member_photo">
<input type="submit" value="Submit">

This will store the URL to the image in the member’s profile data.

To retrieve the image in the edit form

{member_photo}
       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.