Hi,
As I said previously you should create a thank you page, and enter its URL in the attribute: “Thank you page (after sending the message)”, in the form’s settings.
Each form can be redirected to only one page, but if you want the user be redirected to an alternative page, using as criteria the value entered in a field, you should redirect to the user from the thank you page. For example, if your form includes the fieldname1 field, and you want to redirect to the user to the webpage:
https://wwww.yourdomain.com/page1.html
if the value of the fieldname1 field is equal to 1, and to the webpage:
https://wwww.yourdomain.com/page2.html
if the value of the fieldname1 field is equal to 2, you simply should define the page1.html as the thank you page, and insert in it the following shortcodes:
[CP_CALCULATED_FIELDS_RESULT]
<pre style="display:none;"><script>
if(<%fildname1_value%> == 2) document.location.href="https://www.yourdomain.com/page2.html";
</script></pre>
[/CP_CALCULATED_FIELDS_RESULT]
About your second question, could you send me the link to your webpage to check the behavior of the phone fields you are describing, please?
Best regards.