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