I recently encountered an issue with the form where the email and phone number fields did not validate correctly. Upon further inspection, I realized that these fields were implemented with the type="text" attribute.
It would be great if Moxie could provide separate form elements specifically designed for email and phone number inputs. For example, you could use type="email" for the email field and type="tel" for the phone number field by default.