How to migrate Custom Field Template to a WordPress Multisite

You will need to find a way to do import Options programmatically, by hooking wpmu_new_blog.
the hook function should switch_to_blog do your Import Options and restore_current_blog.