Telephone Country Codes on Marketo Forms

Sarah_Greig2
Level 3

Telephone Country Codes on Marketo Forms

Hi

I wanted to put flags and codes onto a Marketo Form like this: jQuery International Telephone Input With Flags and Dial Codes | Free jQuery Plugins

Is this possible within Marketo.

Sarah

Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Telephone Country Codes on Marketo Forms

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Telephone Country Codes on Marketo Forms

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>