#edgarsantiago93-ui-validation
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- edgar-addresselement-errors, 15 hours ago, 32 messages
- edgarsantiago93, 1 day ago, 10 messages
edgarsantiago93-ui-validation
well not catch them per se but we're testing whether or not to show the phone field with the address element for conversion purposes, so being able to report them would be great for tracking this, users tend to not input the phone correctly, maybe with a letter or symbol that stripe deems not valid and shows "please provide a mobile phone number"
No not a way to get the actual error, but you can listen for change events to get phone data: https://stripe.com/docs/js/element/events/on_change?type=addressElement
awesome i think that will help, thanks!