Adding More WP Fields to Forms

This topic contains 4 reply and 3 voices, and was last updated by Sekander Badsha 9 years, 8 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
August 2, 2014 at 8:14 am 24396
Sekander Badsha There are many additional fields in every WP Users Profile such as Social Media links under Contact Info and Customer Billing Info for Woocommerce. Can some of these, if not all, be placed into a frontend form? Thanks...
August 5, 2014 at 4:10 am 24538
ManaKio ManaKio

Could someone please address this question, we have been hanging in the air for some time now.

I’m trying to determine if I’m going to abandon this plugin entirely. We have been having several small issues that I believe we can resolve but not without some assistance from your team.

August 6, 2014 at 4:44 pm 24656
Tareq Hasan Tareq Hasan

You can inspect the wp_usermeta table to determine which custom fields are being used for those fields. WP and WPUF is heavily meta/custom field based. If you can find the right meta key for those fields, inserting the same meta key in the form would do the trick. Just make sure that you find the correct meta keys.

August 7, 2014 at 2:49 am 24689
ManaKio ManaKio

Thank you Tareq,

I hope you’re having a great day.

Is there anyway you could be a little more specific? I can probably find the fields for this but where to put them and how isn’t very clear. Most of the social media link fields I’m referring to are very common on the WP user profile dashboard.

Any help would be appreciated…

Thanks!

August 12, 2014 at 2:53 pm 25019
Sekander Badsha Sekander Badsha

Suppose you’re trying to insert data for a WooCommerce filed named, “billing company” so the meta_key wold be “billing_company”. You should make a text field with the meta key “billing_company” into the registration form.

Viewing 4 Posts - 1 through 4 (of 4 total)