super_sonic_ace Posted May 24, 2010 Share Posted May 24, 2010 Hi guys this is probably a really stupid question but im having trouble with a date selector i got off the Internet. I want to put the button next to the field were the date appears but if its in the same form it submits the form when i click it. <button id="calendar-trigger" value="cal" >payment date calandar</button> <script> Calendar.setup({trigger:"calendar-trigger",inputField : "date"}); </script> how do i make this work Quote Link to comment https://forums.phpfreaks.com/topic/202719-two-submit-buttons-in-one-form-help-please/ Share on other sites More sharing options...
harristweed Posted May 24, 2010 Share Posted May 24, 2010 make the button a link and not a button! Quote Link to comment https://forums.phpfreaks.com/topic/202719-two-submit-buttons-in-one-form-help-please/#findComment-1062537 Share on other sites More sharing options...
super_sonic_ace Posted May 24, 2010 Author Share Posted May 24, 2010 nice works fine thanks Quote Link to comment https://forums.phpfreaks.com/topic/202719-two-submit-buttons-in-one-form-help-please/#findComment-1062538 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.