Hi!
In Pro Forms, Number and Telephone fields are not correctly handling phone numbers that begin with a “+” or a leading “0”.
When a number is entered in format like "+421 956 ****** " or "0956 ****** ", the “+” and “0” are stripped from the submitted data.
As a result:
-
In submissions page, the number appears as 421956 ****** or 956 ****** .
-
When using a webhook to send data to Google Sheets, the phone number is also sent without the “+” or the leading zero.
However, the confirmation email displays the full number correctly, including the “+” or “0”. ![]()
Could you check this, please?
Thanks.