Registration forms with custom fields for Elementor free

Link to advanced custom fields
Enlace advanced frontend

				
					add_filter( 'user_contactmethods', 'modify_user_contact_methods' );
 
function modify_user_contact_methods( $methods ) {
 
    // Add user contact methods
    $methods['edad']   = __( 'edad');
	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