I know it’s a very old question, but I had the same issue and this was never resolved so I thought I’d post a solution. I found the answer in a different topic here on WPSE.
You only have to use the filter add_signup_meta
.
function sb_add_signup_meta($meta) {
// hardcoded value
$meta['mykey'] = 'My Value';
// $_POST value from register form
if ( isset( $_POST[ 'value' ] ) && ! empty( $_POST[ 'value' ] ) ) {
$meta[ 'meta_key' ] = $_POST[ 'value' ];
}
return $meta;
}
add_filter('add_signup_meta', 'sb_add_signup_meta');
Related Posts:
- How To Add Custom Form Fields To The User Profile Page?
- Specific upload folder for PDFs in custom Post type in WP multisite
- Allow user to select a theme to install when they signup
- How to delete post revisions?
- Add additional Network constants to wp-config.php dynamically
- Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
- Can upload doc and pdf but not ppt – not permitted for security reasons
- How do I transition multiple installations to a single Multisite installation?
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- Best way to develop multisite and deploy on another server?
- How To Provide Sub-Blogs Their Own Domain Names?
- Removing My Sites menu from Admin
- Prevent Deletion of Blogs
- NGINX Multisite Rewrite rules
- How to Set up a Multisite WordPress?
- Multisite, turn off “create new site”
- wp-admin slow in multisite
- Multiple Domains and Subdomains Using Multisite Installation
- restore_current_blog() vs. multiple switch_to_blog() followed by removing $GLOBALS[‘_wp_switched_stack’]
- Need to manually regsiter user, send the password and retreive their user ID
- What are the differences in capabilities between the super-administrator and administrator?
- Network setup tab is not shown under Tools
- How to move theme directory but not plugins/uploads out of WordPress root directory?
- How To Modify New Sub Blog Immediately When Super Administrator Creates It?
- How to make wp-signup.php a 1-step process [closed]
- How do I add JavaScript that will execute on all my sites in Multisite?
- How to prevent first post and first comment on WP MU?
- Subdomain and subdirectories together in one installation
- Limit multisite/network site names to a property of the user
- How do I maintain static directories on multisite subdomains?
- Why are images not displaying?
- Replacing the default content created while the site creation
- Stuck with WordPress Multisite Custom signup page without .htaccess modification
- WP Multisite Static Frontpage
- Preview posts returns 404
- Multisite on Rackspace Cloud (ubuntu lucid)
- How to stop unlink images when remove a site or user
- What should I do? A multisite, a single website or many websites? [closed]
- Multiple homes for multiple languages [closed]
- WordPress multisite installation broke menu links
- Hosting a seperate wordpress project on localhost
- Multisite development environment
- How to host blog on separate domain from main site
- Pushing stored procedure to a multisite database in WordPress
- How does WordPress determine which multisite the user is on from the URL?
- Multisite multidomain
- How to recover deleted site in WordPress Multisite?
- WordPress Multisite domain mapping with different IPs
- Setup page on first login on multisite
- WordPress stuck in deleting user
- Migrating static site to multisite with multiple domains and subdomains
- WordPress multi-site, developing locally and syncing live changes
- muliple wordpress multisite installs on the same sever
- How can I manually activate a new site in a wordpress multisite network?
- How To Run Multiple Multi-Site Networks On Same Box [closed]
- How to change a user role after registering in multisite?
- Replicate network plugins without having to configure it for each subsite?
- Different Domains in Multisite Setup
- How to publish some default pages in Multisite creation?
- How long is “as long as possible” in wp_cache_set()?
- more tables created when create a new site
- Pros and Cons of Post Types vs. Multiple Blogs
- Multisite subdomain-site redirects to primary site
- In Multisite: Site / Blog IDstill exists after deleting site
- How to auto create site after user sign up on multisite(network)
- Delete all blogs on multisite
- Multisite “Skip Confirmation Email” Log Out Problem
- Is there a built in method to protect pages?
- Is there a way to add a function that will get run after a blog is created?
- How does adding custom meta to signup form work?
- cannot access subsites in wordpress multisite
- Pointing multiple subdomains at the same WordPress Installation
- Set static page as default front page on newly created sites in multisite
- Create a Network of Different websites with wordpress
- Using common slider in all sites
- WordPress Multisite platform for different city for single db
- Should I go for Multisite or separate WP Installation?
- Integrating WordPress for blog and other content pages in a web app
- Could not find site error
- Create service similar to wordpress.com [closed]
- WordPress Multisite
- Setting up a wordpress network with third level domains
- Troubleshooting a “You do not have sufficient permissions to access this page” error
- Remove Site Name from register form – Multisite
- Set up collaborative site
- Add role across network in multisite
- “Preview Changes” button doesn’t show changes for previously published posts/pages
- Tax_query not working on multisite
- Can I manage more wordpress sites with one wordpress administrator page? [closed]
- Fixing media links after importing to multisite
- wordpress multisite subsite rewrite rules not working for videos
- Can a user spread virus on my Multisite?
- Multi-site get_bloginfo(‘stylesheet_directory’) referring to sub-folder
- URL for images folder on Multisite
- Contact Form 7 in Multisite [closed]
- Update blog option during create new blog?
- Cannot select signup_meta upon multisite user activation
- multisite – unable to connect to network administration
- WordPress multisite and one database
- Planning on Multisite Before Creating A Network