Some of those fields, particularly file upload type fields like your resale certificate field, are only supported during the initial registration process. They don't support being added or modified later - they're essentially just a record of what the customer provided at signup but cannot be modified after. This is a current limitation of the system that we'd like to improve in future updates.
If your goal is to have a field where you can store the resale certificate information, what I'd recommend is configuring it as a simple text field instead. Then you can manually copy and paste the URL into that field as needed.
If you need more advanced functionality for file handling, you'd need a separate plugin for now. I think the free ACF (Advanced Custom Fields) plugin could handle this type of functionality.
Is the idea to save the files that users upload during B2BKing registration to an ACF user profile field?
There's no specific integration that exists for this, but I believe it should be achievable with a custom code snippet.
I think I can create a snippet for you to handle this, but I'd need some more details about your ACF user field configuration first. Please send me a screenshot showing your ACF field setup and I will try to write the snippet based on that,
We created the fields with ACF and wrote some functions code that transfers it.
I LOVE how many requets we have can actually get solved with functions code! Your plugin is very open and easy to code for, but this should definitely be editable without custom code :p
Great to hear you solved that and thanks for the feedback!
I agree it would be excellent to have more options here in field configuration, either to pass along the data or perhaps even a direct ACF integration. We'll look at this for future updates - we are planning some improvements to the registration system and UI.
Manually creating / manually created accounts not showing custom fields the front end registration form shows.
Attached files: screencapture-sourcc-snazzy-solutions-wp-admin-post-php-2025-08-28-14_02_39.png
Screenshot 2025-08-28 at 2.00.57 PM.png
Screenshot 2025-08-28 at 2.01.54 PM.png
Hi John,
Some of those fields, particularly file upload type fields like your resale certificate field, are only supported during the initial registration process. They don't support being added or modified later - they're essentially just a record of what the customer provided at signup but cannot be modified after. This is a current limitation of the system that we'd like to improve in future updates.
If your goal is to have a field where you can store the resale certificate information, what I'd recommend is configuring it as a simple text field instead. Then you can manually copy and paste the URL into that field as needed.
If you need more advanced functionality for file handling, you'd need a separate plugin for now. I think the free ACF (Advanced Custom Fields) plugin could handle this type of functionality.
Kind regards,
Stefan
Is there an automation we could connect that field upload to an ACF user profile field?
Hi John,
Is the idea to save the files that users upload during B2BKing registration to an ACF user profile field?
There's no specific integration that exists for this, but I believe it should be achievable with a custom code snippet.
I think I can create a snippet for you to handle this, but I'd need some more details about your ACF user field configuration first. Please send me a screenshot showing your ACF field setup and I will try to write the snippet based on that,
Kind regards,
Stefan
We created the fields with ACF and wrote some functions code that transfers it.
I LOVE how many requets we have can actually get solved with functions code! Your plugin is very open and easy to code for, but this should definitely be editable without custom code :p
Hi John,
Great to hear you solved that and thanks for the feedback!
I agree it would be excellent to have more options here in field configuration, either to pass along the data or perhaps even a direct ACF integration. We'll look at this for future updates - we are planning some improvements to the registration system and UI.
Kind regards,
Stefan