Pass value from HTML field to custom query in default confirmation

Home Forums Quform WordPress Pass value from HTML field to custom query in default confirmation

This topic is: not resolved
  • This topic has 4 replies, 2 voices, and was last updated 1 year ago by Ally.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35303
    remi
    Participant

    I checked many solutions. Non of them work. And I could not find a detailed instructions.

    Here are details
    ———————————
    Strona: Partnerzy i Poznaj zespół
    ———————————-

    I have a form [quform id="7"]

    I inserted a HTML FIELD (id=7_17) containing code for a RANGE field

    <div class=”range2″>
    <input type=”range” min=”1″ max=”100″ step=”1″ value=”50″
    id=”atmosfera” name=”atm”/>
    </div>

    I inserted a hidden field (id=7_20) in that form. Name of hidden field: Atmosfera_Hidden

    In DEFAULT CONFIRMATION of the form general settings
    i put the URL: https://myportal.com/results
    and query string: atm={element|id:20|Atmosfera_Hidden}

    I have no idea how to make it work.

    I read that I need to use a JQUERY code, but I cant make it work.

    In custom java script i entered this code:

    <script>
    jQuery(function($) {
    var atm = $(‘#field_7_17 #atmosfera’).val();

    $(‘#field_7_20 input[type=”hidden”]’).val(atm);
    });
    </script>

    But it don’t get this value and the resulted page is
    i put the URL: https://myportal.com/results?atm instead of
    i put the URL: https://myportal.com/results?atm=45 for example

    #35307
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #35311
    remi
    Participant

    Thank you for quick reply. Now it works.

    #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

    Attachments:
    You must be logged in to view attached files.
    #35319
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy