pub fn use_form<Id>( onsubmit: impl Fn(&HashMap<Id, String>) + 'static, ) -> UseForm<Id>where Id: Hash + Eq + Clone,
Create a Form controller with a submit callback.