We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23054
    • 62 Posts
    I just wonder.
    I have a link and a form with the same reference to a document.
    When I click the link the site is displayed, when I cilik the submit button of the form the home page is displayed.
    So what is wrong ?

    <a href='/modx/index.php?id=20'>/modx/index.php?id=20</a>
    <form action="/modx/index.php?id=20" name="form" 
    method="get">
    ...
    <input type="submit" value="Suchen »">
    </form>
      • 33337
      • 3,975 Posts
      I think it should be method="post" ?
        Zaigham R - MODX Professional | Skype | Email | Twitter

        Digging the interwebs for #MODX gems and bringing it to you. modx.link
        • 23054
        • 62 Posts
        Quote from: zi at Jul 11, 2006, 05:51 PM

        I think it should be method="post" ?

        good idea - thanks smiley