Added custom JS and I’m no longer able to fill the Marketo forms in Android
Hi team,
I am not able to type the textfield in Android phone by using Marketo form. And i have used the below code.
<script>
$( window ).resize(function() {
if ($(window).width() < 991) {$('#moveForm').appendTo('.form-resp-bot-element');}
if ($(window).width() > 991) {$('#moveForm').appendTo('.form-resp-bot-element');}
});
</script>
because of this it's causing the issue. If i removed this code it's working fine. Please help on this.