Jump to content

two submit buttons in one form help please


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.