Home › Forums › Quform WordPress › Pass value from HTML field to custom query in default confirmation › Reply To: Pass value from HTML field to custom query in default confirmation
March 30, 2023 at 11:32 am #35312
remi
Participant
But there is another problem. As soon as I add the JSCRIPT in General Setting of the Plugin (in Custom Java Script):
jQuery(function($) {
var atm = $(‘#field_8_15 #atmosfera’).val();
$(‘#field_8_16 input[type=”hidden”]’).val(atm);
});
a problem appears to ALL forms having a SELECT with “Enable enhanced select” ON and “Enhanced select search”=ON.
All forms having this kind of Select field stops being “Searchable”.
It looks as in attachment