=== MP Booking === Author: mathieu-piot Tags: backpacker, booking, hotel, hostel, b&b, tourism, destination, accommodation, shortcode, jqueryui, form, modal Requires at least: 3.0 Tested up to: 3.2 Stable tag: 1.0.0 Plugin URI: http://wordpress.org/extend/plugins/mp-booking/ Author URI: http://www.mathieu-piot.net/wordpress/mp-booking/ Wordpress button open booking form in a modal pane. Just insert a shortcode into your page or post for be replac by a booking button. Form for request booking for accomodation, hostel website. == Description == mp-booking is a wordpress pluggin which provide a simple button that open a simple form to complete hostel room reservations. It permit to have multiple rooms descriptions on one page and for each simply add a booking button that open a form with jqueryui functionalities such as calendar modal form… The booking process end by a captcha verification and send a mail confirmation to the user (the client) and to the admin’s mail (you). The form is configurable by changing attribute in the shortcode. Demo : http://www.mathieu-piot.net/wordpress/mp-booking/ * This plugin is inspired by "simple-booking-form" pluggin writen by romeluv. * It use jquery jqueryui (like calendar) * Cpatcha lib : "kcaptcha" == Installation == Install and activate the plugin. Then add the [mp_booking object="your room type" nummax="number max guest"] shorttag in pages and posts. Configure with argument @object : this is the name of your room type @nummax : number person max you can receive in == Screenshots == 1. When adding the shortcode near a description (on this example I just create a table and put the button in a row) 2. After click on button modal form open 3. At the end user need to complete captcha, then information are sent to user and admin == Changelog == = 1.0.0 = * First plugin release.