Hotel Booking form

Ok so I MIGHT be switching jobs soon (keep your fingers
crossed) and the company i am (maybe) moving to have scored a lot
of Hotels as clients, and will be doing a good number of sites for
them.
One of the key things on all of these sites will be the
online booking. Obviously it's all DB driven and so on, but if
anyone knows any good tutorial or book i'd love a pointer, as i
have NO idea where to start. I have rarely (never) used forms
dynamically. and so don't even know where to begin.
Thanks as always.
Andy

On 27 Nov 2006 in macromedia.dreamweaver, FreakyJesus wrote:
> Oh cool - I never even thought there might be tool just
for this
> purpose. I'll look around. Would you know/recommend any?
Unless the hotels they're dealing with are independents, odds
are that
they already have some kind of booking system in place
anyway. Call the
tech guy at a hotel near you and ask about their booking
system. Then
find out if there's an API[1] for a web interface to it.
[1]
http://en.wikipedia.org/wiki/Application_programming_interface
Joe Makowiec
http://makowiec.net/
Email:
http://makowiec.net/email.php

Similar Messages

  • I am a high school teacher.  My district purchased the entire CC Suite.  Where can I find a tutorial in book form to learn how to use your products?  Do you all provide free book samples to teachers?

    I am a high school teacher.  My district purchased the entire CC Suite.  Where can I find a tutorial in book form to learn how to use your products?  Do you all provide free book samples to teachers?

    Good day!
    This is a user to user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by. (edit: Actually they are more likely to frequent the regular Photoshop Forum.)
    Regards,
    Pfaffenbichler

  • Subscribe to more than one event using one booking form

    Hi,
    I am wondering whether it would be possible to subscribe someone to multiple events at once. Bacially I have a course that is split over 2 days, some people will only want to go to one of the days and some will want to attend both.
    Say I set up 3 events:
    Course X - Day 1
    Course Y - Day 2
    Course Z - Day 1 & 2
    Is it possible to have a seperate booking form for Course Z - Day 1 & 2 that would subscribe them too both Course X - Day 1 and Course Y - Day 2 rather than to Course Z - Day 1 & 2. Can I amend the form action to do this?
    Thanks,
    Dean

    Dean,
    Devil is the detail, but this is possible. BUT NOT SIMPLE!
    Id only ever quote and charge a client to do this, to implement it.
    So id say you could email [email protected] if you wanted and Brett/I can quote you up and do it. You can find someone to help on this as well of course if you want.
    Its complicated because you will be doing javascript, ajax and some tricks with BC, As you can see, BC staff memeber not even sure how you would do it.
    You need to access different bookings and data, create forms of relationships etc.
    But, would need the full run down of the task at hand to properly know if its 100% but you can do this.

  • Adding a field to an Event Booking form and modyfying the results module.

    I am trying to use the Events/Booking system to book casual days at a child care centre for a client. I can customise the Events Detail form layout but I need some additional fields and to make some changes to the auto responses.
    The form/page is only visible in a secure zone, so the logged in user gets the form submitted against their name. This is fine. However, I need to also capture the name of the child who is being booked in by the adult. Can I add a field to this form and have it recorded in the event bookings. I have tried to add a field, but the data is not captured in the form results.
    I also need to modify a few other things about the module:
    - the form work flow. Where/how can I set the workflow used for the Event/Booking Submission? It seems to have picked one at random.
    - I need to change the text/field names on the form results module on both the email confirmation and the confirmation page.
                - it shows "Seats Booked" which in this case is an inappropriate description of the action taken. I need to change this to "Places Requested", or remove it completely.
               - it also shows "Booking Confirmed". I need to change this to "Booking Request Received"
    - the email confirmation shows a Verify Booking Link at the top of the email. This isn't in the Notification Email template on the Event. How can I remove it?
    I can use javascript to hide or search and replace some of the offending tags, but I was hoping that there was a cleaner way.
    Any help or suggestions would be greatly appreciated.

    Hey there,
    The form for booking is just a web form, BC treats it differently when in the events page. So under web forms you will find the booking form. You can not just add fields to the html of the form. You need to add them here so they can go into the database.
    - The webform workflow can be changed on the web form settings, the workflows are under the site settings and you can create/edit them there.
    - You can only have the name of the fields that come out, you do not have much customisation on the email confirmation or the layout. You can not limit or edit the fields.
    - You can not use javascript in emails, this is not a BC thing, this is an email/web thing.

  • Online Hotel Booking System

    Hi All,
    I used to hang out here quite often a while back (normally in the Java Programming section) and would pay quite a lot of attention to threads, maps and data structures.
    I want to put together a simple online hotel booking system as my own pet project to get a bit of expereince in JSP and web technologies -
    I ve picked up an Oreily book on this toic but does anyone know where I can find an example online hotel booking system which I can use to learn from? I m pretty sure these types of apps have been written in the past but there was not much on Sourceforge
    Any ideas?

    The server doesn't know what a booking is - how could it do anything for you? Your problem is also not about code synchronization - it is perfectly valid for two people to process a booking at the same time, it is only not valid to process the exact same booking at the same time.
    Me - I'd pretend that there is no such thing as two people booking the same slot at the same time - until the very last moment where you actually commit the booking to a particular person. One of them is going to be first and that's the winner, in the other's case before saving you'd check the database if it is already taken and then inform the user that he/she's out of luck. The stupid and easy solution that is also quite safe.

  • Conflict sending booking form with jsp and fmt:message key=

    I have developed my new web page using jsp and together with this i am using jBoss 4.0.5.GA!
    The web page has 6 different languages so i have used the <fmt:message key=" " /> tag system for each language.
    On the web page there are a booking form who has two pages, bookings.jsp and booking_sent.jsp.
    The problem i have is when i send the form it opens a page where you only see all the tags, no text at all. For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/
    bookings.jsp and booking_sent.jsp looks exactly the same, except the header text. There most be some sort of conflict here, either with the <fmt:message key=" " /> tag system or maybe with the String message i use to retrieve the information from the form. Both <fmt:message key=" " /> tag system and the String message use the word message so i have tried to change the String message to String msg instead but i still get the same result.
    I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?

    Nope, can't delete posts on this forum,
    I have developed my new web page using jsp. I have done a booking form,
    There are two pages, bookings.jsp and booking_sent.jsp.
    The page has 6 different languages so i have also used the <fmt:message key=" " /> tag system for each language.
    The problem i have is when i send the form it opens a page where you only see all the tags, no text at all.
    For more information follow this link and try out the form; http://www.neptunediving.com/neptune/general/bookings.jsp/
    When you fill out the form and click send you should come to booking_sent and you do but the page is only full of tags, no text. Booking_sent looks exactly the same as bookings, except the header so why should not this work. I have tried everything but i cannot solve this problem. So i wonder if there is anybody out there who can help me with this?
    Tried going to that URL and got an error page served by Apache Webserver
    Maybe you haven't got the correct connector going between the webserver and the application server?

  • Can I use different booking forms for different events?

    My client has multiple events running at the same time. Some paid, some free. I've created seperate booking forms for each, but can't figure out how to apply them to the events.
    Anyone know how to do this?
    Online chat doesn't answer and suggested that I post it here.
    Thanks!
    jerry

    Yes, it's working, but still in the process as the site is undergoing other changes. Learned the detailed work-through from two tutorials on kiyuco, including one for a web app.
    Still, it's an odd process where you need to pay a subscription fee to a third party for tech support which should be coming from Adobe. Also noticed that BC's "new, improved help and support" is little more than links to bcguru tutorials, another paid subscription service.
    Thanks for the follow up!
    - jerry

  • Paid events booking form Paypal standard redirect url error message

    Hi I have set up a paid booking form using the events module using Paypal standard.
    It works fine in that the paymentvia paypal is received sucessfully and the booking shows up in bc admin,
    the problem occurs after payment is made via paypal, paypal redirects to the business catalyst website but displays in red :
    ERROR: An unknown error occurred. This is most likely due to the merchant profile not being set up correctly. Please contact your system administrator for help.

    Paayplal Standard and any other non seamless payment gateway do not work as options for forms.
    Only seamless payment gateways will function correctly on forms for booking or custom forms you create. Paypal standard will only work as an option withing the eCommerce aspect of BC.

  • Re: I'm looking for user manual handbook (book-form) for Tecra S1

    Hello
    I'm looking for the handbook for Tecra S1 (in German). I know of the possibility to downloading here, but I want to get in book-form
    Paying is no problem.
    Excuse my broken english
    [email protected]
    I'm living in Berlin

    Hi
    I doubt you would get it in book-form.
    As far as I know you can download it as .pdf file from the Toshiba European driver page.
    But why you dont print this user manual?
    You can do this easily

  • InfotainmentCenter: India Travel Booking, Cheap Flight Booking, Online Hotel Booking

    InfotainmentCenter.com
    is here to provide info about travel worldwide and throughout India
    in a very common way of information sharing.
    The site descibes about the incredicle landscape of India
    where there are different cultures and different people within a
    single country.
    The site:
    http://www.infotainmentcenter.com
    brings many offers from
    Indian Travel Industry
    where people can make travel friendly using its easy user
    interface.
    The site is developed in a way to cater the latest offers and
    rates available throughout India for booking Jouneys , booking
    Flight Ticket ,
    booking Hotel Rooms , booking Car for travel.
    Infotainment Center a
    reputed company offering multi-product travel and services. We aim
    to develop and provide innovative and competent services to our
    valued customers.
    InfotainmentCenter.com
    is the travel site that gives you what you need without any
    disturbance. Search, Book and Go. That’s what we are about.
    Making travel simple.
    Making travel simple means making a travel site that just
    works and works. We still have the occasional problems, but being
    there for you, reliably, is our main endeavor.
    We offer complete
    travel management
    right from planning to execution of tours. Our goal is to provide
    you with professional attention to all your travel needs. Our
    services include complete travel arrangement including airline
    ticketing, hotel booking and car rental reservations.
    We organize tours, sightseeing trips and excursions, all
    within your specific budget. You can even discover the little known
    and off the beaten tracks places all organized and arranged to the
    minutest details.
    The company has a very good quality customer support system
    supported by Yatra.com and is served properly to help customers get
    satisfied.

    Hi Experts,
    I'd like to know wich is the concrete "functionality multi-GDS" of SAP TM.
    The expression "multi-GDS" refers to the capability of using differents GDS (Amadeus, Sabre, Galileo..), one by time (and selecting every time wich to use), or it is always possible to use more than one GDS simultaneously, searching for the best fare in different GDS at the same time (I mean, Is SAP capable to provide me the best best fare between the best fares suggested in a first step by every GDS used (used simultaneously by SAP for the searching required?).
    Otherwise, if SAP use more than one GDS for one search, how provide the results, all mixed and togehter?
    Thanks,

  • Hotel Booking

    Hi all, I'd like put a hotel booking widget onto a Muse site i'm creating. it's through thebookingbutton.com - can anyone please guide me in the right direction.

    Hi
    I think you should have embed option which can be used with adobe muse. According to their support team, thebookingbutton.com, I must be a registered member to get help on this. So if you are registered with them, you can either submit a ticket or call them, here is my conversation with them,
    Link to their support http://www.siteminder.com/contact/
    Do let me know if you have any question.

  • Downloaded 4.0, now some websites (online flight checkin in particular) won't work cos the drop-down windows have no info in them (ok on other hotel booking sites and works in explorer) !

    Went to check-in on Virgin Blue (Australia) website and couldn't because, to access my booking/check-in, I had to select my departure city from their list, but there was no info in the boxes - had to go to explorer to check-in. Tried other sites with similar "click lists" like hotel booking sites and they were fine. have tried deleting history and clearing cookies and cache, but still no luck. Can I get 3.6 back - most of my add-ons have disappeared too!

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • Booking form

    Hey guys,
    I am trying to do a block booking form. With a START_TIME field SESSION_LENGTH field.
    What kind of data types can I use with oracle SQL Plus?
    It wont let me use datetime data type.
    Do I need a seperate date field and time field?
    Is this question in the wrong section? If so which section should it be in?
    Thanks for help.

    OK I can use date as datetime

  • The central part of page booking form not all displayed

    when trying to book a coach on citylink not all the central part is dislplayed so cannot compleat form how do i change this wifs pc is ok same program
    xp updated firefox latest
    how do i alter the settings to change the central portion so it is wider and can see it all
    thanks
    norman

    If you have increased the minimum font size then try the default setting "none" in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow websites to choose their fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but use an extension to set the default page zoom to prevent issues with text not being displayed properly.
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Displaying booking form errors on custom redirect web page

    I have an event/booking with a registration web form that redirects to a custom web page (not the system page for bookings). If a customer signs up on the form using an email address of someone already registered for the event, their booking is not recorded, but I can't find a way to present the error on the web page that they are redirected to upon submitting.
    The workflow notification includes the message, "ERROR: Booking could not be made as this email address is already registered for this booking."
    There is a record of the failed attempt on the customer record with the email address that was used, but I need a way to tell the customer that their booking was uncessessful due to the email address used. Placing {module_error} on the web page doesn't seem to do the trick.
    Any help is very appreciated.
    Jake

    I suspected that might be the case. Thank you for confirming. Any idea if the URL parameters applied to the redirected page indicate that there were errors? That would be awesome!
    Jake

Maybe you are looking for

  • Flash CS4 (Mac) quits when closing file

    Not sure if this is a bug or an oversight or a "feature", but no apple application quits when you close a document. On Macs, when a document in a Flash CS3 (or any other mac app) is being worked on and then closed, the application stays active (open)

  • Macbook pro - Chromecast - HDTV how to

    Macbook pro - Chromecast - HDTV

  • Planning to purchase Oracle 11g Standard One Edition

    I am planning to purchase Oracle 11g Standard One Edition at the same time I have some following questions. Plat form      Server with Dual CPU Inter Core 2 Quada           4 GB RAM           500 GB HDD           Windows 2003           2 MBPS Broadba

  • How to deinstall iwork 08

    Had iWork 08, Pages stopped recognizing it, Installed iWork 09, seemed to go alright but when finished only Keynote09 and Numbers09 would work, Pages 09 unresponsive. Need advise to clear out 08 completely cause there seems to  be a conflict between

  • Download and installation of photoshop and premiere elements 12

    1    I have just purchased Adobe Photoshop Elements 12 and Adobe Premiere Elements 12 (Windows EU English).  The photoshop downloaded OK but will not open due the compressed 7z file.  What is the best way of solving this problem? 2    In my download