Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Can't fill contact form inputs when fixed search is added to the site › Reply To: Can't fill contact form inputs when fixed search is added to the site
February 17, 2016 at 5:54 pm
#7736
Oh yeah, I forgot about textareas and possible select fields. Change the code to:
<script>
jQuery(function($){
$("._full_width input, ._full_width textarea, ._full_width select").click(function(e){
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
});
});
</script>
That should include everything.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



