S2get returns identically named WP field

I am using the code [s2Get user_field=“billing_company” /] in Ninja Forms. For some reason, instead of pulling the S2member entry from “meta:wp_s2member_custom_fields” s:15:“billing_company”, it pulls the value from the primary WordPress entry in billing_company.

Help me find out what is happening?

Hi!

It looks like your custom profile field was named with the same ID as some other existing field in your WP installation. Have you tried making the s2 custom profile field’s ID unique? Maybe just “billingco”. Could you try that and test again?

I hope that helps. :slight_smile: