
Originally Posted by
mrmeech
Velvetangels,
So you DID wind up cutting out this line of code from the shipping_default page (to fix the double button problem) for both the ship date and cancel date:
PHP Code:
<button class="calendar" type="button"></button>
Correct?
MrMeech,
Ya I had to delete
PHP Code:
<button class="calendar" type="button"></button>
on the shipping_default page. It looks like adding it onto the input allows it to show the button anyways.
I tried to test it out and i am not getting any values to post through to other pages. I enter the dates on the shipping_default page and when i get to the Confirmation page it only has
Desired Delivery Date
(Year - Month - Day)
Desired Cancel Date
(Year - Month - Day)
Going to try to work more though it today.
I attached the code that I have already edited if you want to take a look too.