WordPress ACF Pro User Meta on multisite - wordpress

I am using ACF Pro to create extra user meta when user register.
I have tried the ACF for user registration on a single site. It works great. But the same fields group won’t work on multisite.
So I check the codes in includes/forms/form-user.php. It only do_action to ‘register_form’. This action is called in wp-login.php, and it is only used for single site user registration. On multisite, WP uses wp-signup.php for user registration. I believe the action “signup_extra_fields” in wp-signup.php can be used to add extra user meta fields.
How can I tell ACF to render extra user meta for the action “signup_extra_fields”.

My understanding of ACF and Multisite is that the ACF plugin has to be activated and the ACF group has to be built in each site of the multi.

Related

ACF custom fields won't update. What is the reason?

ACF custom fields of a page won't update. When I update the fields a new row get created in the database. ACF won't update the rows where the field exists.
I was also experiencing this on a WP Engine hosted site.
Wordpress 5.7.1
Advanced Custom Fields PRO 5.9.5
I found it to be related to a custom plugin that was using the save_post hook. Try disabling other plugins to isolate which is preventing the changes from being saved.

Events Manager Pro plugin and Qtranslate for location

I'm working on a Wordpress site with the Events Manager Pro plugin for Wordpress plugin and Qtranslate. When I use the event page the content will show in the correct language. But when I use the #_LOCATIONNAME in the Booking email template it doesn't work.
If you have any type of e-mail plugin etc., you might be use it's format for email template. Like {#_LOCATIONNAME} with brackets etc..
or you can change proccessing priority https://wordpress.stackexchange.com/questions/71406/is-there-a-flowchart-for-wordpress-loading-sequence

How to have two registration forms in WooCommerce? one for regular customer and two for membership

As per subject line, I want to have two forms in my WordPress website that has a WooCommerce store integrated. I want one of the form(billing form) as a default and two for membership. I am using YITH WooCommerce Subscription plugin for subscription.
Please let me know if you have any questions. Thanks.
You can build your own regular form either in a page template and add create user processing code logic in there or using Gravity Form plugin with its User Registration add-on.
For subscriptions, you can set up the subscript products and when users go to the checkout place, WooCommerce Subscription plugin has the option in the backend to create users on buying products. I think it's checked by default. If not, go to the checkout tab of the WooCommerce settings.

Allow users to upload a video in WordPress

How could you allow users to upload a video in their profile and display it on wordpress? Does anyone know of a plugin?
"Does anyone know of a plugin? in regards to the first question and topic"
very similar to this post:
WordPress Media as a Custom Post Type
Dated 2010.. which is why I started a new post.. alot has changed..
I have set up a login so far with WP User Manager and need to allow a user to upload a video link or video so that the video is displayed on their profile.
Using Advanced Custom Fields PRO to make it frontend.
documentation:
https://www.advancedcustomfields.com/resources/create-a-front-end-form/
In Wordpress there is a plugin called User Frontend Pro. This allows for you to create a frontend login for a user as well as it will give you the ability to create a custom frontend form. I used Advanced Custom Fields to create custom form fields for the data entered into this form. I was then able to make a custom post with CPT UI and create a single.php for the template of the post being created by a frontend user. This form allowed for the video with a Custom field to be entered as well as other types of information. There is a certain amount of coding you need to understand in php in creating the template structure, but the list of plugins in wordpress that will allow this to made rather simple are: ACF, CPT UI, and Frontend User Pro.

Is there a wordpress plugin where admin user can create users in front end?

For user registration/login and profile, I use the plugin Ultimate Member
Now I require only the admins to have user-creation abilities in the front-end. Do wordpress have such a plugin?
I used Ultimate Member plugin + ACF Frontend display plugin + Forms Actions plugin to show the form in frontend.
Works beautifully!

Resources