How Change The Link Form Action A Accordance With The ``? July 25, 2024 Post a Comment This form is search form. when I click the 'alfamart' or 'bca', I want the link change. like this, link: /en2/maps(alfamart)or(bca)/ in accordance with the Solution 1: You don't need to get value from URL, you can change form action by select box value. Baca JugaHow Can I Refresh A Form Page After The Form Submits To _blank?Apply A Oil Paint/sketch Effect To A Photo Using JavascriptDiv Extends Beyond Wrapper Div$('.selectpicker').change(function(){ if($(this).val() == 'alfamart'){ $('form').attr('action','alfamart.html'); alert('action is alfamart.html'); } else { $('form').attr('action','BCA.html'); alert('action is BCA.html'); } });Copy<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><formaction="/en2/maps"> Distination: <selectname="textSearchTerms"class="selectpicker"data-live-search="true"><optionvalue="alfamart">Alfamart</option><optionvalue="BCA">BCA</option></select><inputtype="submit"value="Search"></form>Copy Share You may like these postsPhp Contact Form Emails To The Email Address, But 'name' Field Is Empty?Html Form Not Working With Image Submit Button?Full Featured Iframe W/ Forward/back Buttons, Url Loader, EtcHow To Disable Browser Prompt To Remember The Password Post a Comment for "How Change The Link Form Action A Accordance With The ``?"
Post a Comment for "How Change The Link Form Action A Accordance With The `