How to get phone numbers to be sent via email as ###-###-####

  • intelliplans
    Asked on February 16, 2016 at 4:29 PM

    Hi,

    I know we can get the form input to be as ###-###-#### but somehow it's not coming in as a submission like that.  Any ideas on how to get the submission of phone numbers to be ###-###-#### ?

     

  • Elton Support Team Lead
    Replied on February 16, 2016 at 10:54 PM

    I see that you are using input mask on your phone number field with this format (###) ###-###

    So on email submission, it should come exactly like that.

    Example:

    How to get phone numbers to be sent via email as ### ### #### Image 1 Screenshot 30

    If you want it to be exactly like ###-###-### without the parenthesis, I suggest to update your input mask with this format.

    Example:

    How to get phone numbers to be sent via email as ### ### #### Image 2 Screenshot 41

  • intelliplans
    Replied on February 17, 2016 at 11:04 AM

    Hey Elton,

    You're the best!  Thanks.