Modify a parent theme’s PHP file, and save in child theme

Just copy register-form.php from your parent theme and paste it under yourchildtheme/includes/forms/register-form.php , from there start changes what you want and wordpress will use that file.

tech