Telephone Country Codes on Marketo Forms | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

June 2, 2015

@Sarah Greig​ Moved your post to the Products and Support​ to increase probability of getting a response : )

SanfordWhiteman
Level 10
June 2, 2015

It'll work fine.  Did you test it?

Just initialize the telephone field plugin after you initialize the form (naturally) in the form's ready function:

<script>MktoForms2.loadForm("//app-zz01.marketo.com", "AAA-BBB-CCC", 999,

function(form)

{

    $('#Phone').intlTelInput();

           

});

</script>