Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- March 30, 2023 at 11:32 am in reply to: Pass value from HTML field to custom query in default confirmation #35312
remi
ParticipantBut 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
Attachments:
You must be logged in to view attached files.March 30, 2023 at 10:26 am in reply to: Pass value from HTML field to custom query in default confirmation #35311remi
ParticipantThank you for quick reply. Now it works.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)