Registration forms with custom fields for Elementor free

link to advanced custom fields
advanced frontend link

				
					add_filter( 'user_contactmethods', 'modify_user_contact_methods' ); function modify_user_contact_methods( $methods ) { // Add user contact methods $methods['age'] = __( 'age'); return $methods; }
				
			

If for this tutorial you need a plugin you can find it in the plugin page.

Share in your social networks

Leave a Comment