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 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! 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 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
Archived
This topic is now archived and is closed to further replies.