Registration forms with custom fields for Elementor free

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

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

Share on your social networks

Leave a Comment