- This topic has 3 replies, 3 voices, and was last updated 11 years, 8 months ago by
Pie Register.
- AuthorPosts
- October 25, 2014 at 6:08 pm #10002645
freek neerhoffParticipantHi. i use the pie-register plugin and i love it. There is one question i liked to ask.
I made a registration form with some custom fields like address, zipcode, city, male/female. Is it possible to show the added custom fields with a function?I want to show a list of users (name, address, zipcode, city and m/f) on a WordPress page.
Something like this<?php show_users () { echo 'name,address,zipcode, city,sex'; } ?>I looked everywhere in my SQL database but i cannot find the fields..
I this possible?
THX FreekOctober 27, 2014 at 6:57 pm #10002652
Pie RegisterParticipantHello Freek,
You will need to use custom function or get_user_meta function retrieve those information.
PR uses WP user meta table to store custom User Fields Data. You can get to the Fields name (that could be tricky – PR not used the Fields label) then you may query wpget_user_meta($user_id, $key, $single);function to retrieve those information!Thanks
December 10, 2014 at 2:59 pm #10002880
francesco gorgoParticipantHi. i use the pie-register plugin and i love it. There is one question i liked to ask.
I made a registration form with some custom fields like address, zipcode, city,
I want to extrapolate the variable address and separate cities for the notification user.the plug-in shows this
%pie_address_4%which variable to use to divide the city address?
thanks so muchDecember 10, 2014 at 3:05 pm #10002881
Pie RegisterParticipantHello,
You may want to use separate/Individual Text Fields for Address and City
then.Thanks
Mohsin - AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
