- This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Display a custom field
Would like to display a custom field on a page using a shortcode similar to the below:
[swpm_show_member_info column=”my_custom_field_here”]
I currently have [swpm_show_member_info column=”first_name”] [swpm_show_member_info column=”last_name”] displaying great.
Thank you for your suggestion. The plugin developers will investigate further your request.
Regards
Custom fields are tricky but you should be able to do it the same way.
Lets say there is a custom field with a label/name “Your Student ID”. Then you would use the following shortcode to show this custom field:
[swpm_show_member_info column="Your Student ID"]
Awesome, thank you! Makes sense, although I used the ‘Simple Membership – Form Builder Addon’ to create a custom field and am unable to get it to display on a page with other ‘Show Member Info’ content.
Actually, sorry, got it working! Thank you very much!