Submits the values of all FormCraftTextField widgets.
Returns a map of field keys to their corresponding input values.
Map<String, String> submitForm() { return _fieldManager.submitForm(); }