type fields val override : bool Dream_html.Form.t val stimulus : Prescription.Stimulus.t -> Evidence.Stimulus.t Dream_html.Form.t val profile_username : string Dream_html.Form.t (** The raw username from the rename form; the domain validates it. *) val profile_password : (string * string) Dream_html.Form.t (** The current and new passwords from the change-password form. *) val app_feedback : string Dream_html.Form.t (** Decodes the required freeform application feedback message. *) val errors_to_text : (string * string) list -> string