bookingbat / application

Online appointment scheduling software for your website
http://bookingbat.com
Open Software License 3.0
1 stars 1 forks source link

Make confirmation page refresh-able #10

Open joshribakoff opened 11 years ago

joshribakoff commented 11 years ago

Right now it submits the appointment & shows the confirmation message in one action. If they reload the confirmation page it tries to submit it 2x but throws an exception because it prevents double bookings.

Instead it should insert the booking, then redirect to a confirmation page. Refreshing the confirmation page should not attempt a double booking.