Search the Community
Showing results for tags 'booking'.
-
Greetings, We have purchased a wordpress template and we needed to add some fields to the booking form. The creator told me that we I have to manually add the code. What I have decided to add is some Radio Button choices. I have attached the php file and two screenshots of the booking form. The first one is what it looks like currently, the second one is what I wanted it to look like. Here is the CSS of the booking form: /*-------------------------------------------------- /* booking /*-------------------------------------------------- */ #booking-form-main{ display:block; } .booking-form{ background:url(../images/dotwhite75.png); padding:30px 0 30px 0; text-align:center; margin-bottom:30px; display:none; } .booking-form .text-label{ padding-bottom:10px; display:block; } .booking-form input{ width:97%; border:solid 1px #bbb; } .booking-form textarea{ width:98%; height:120px; } .booking-form select{ width:102%; } .booking-form .span3{ } .booking-form i{ margin-right:8px; color:#6a4a3d; } .btn-book-submit{ margin-top:30px; } .booking-inner{ display:inline-block; text-align:left; } #btn-book-now { margin-bottom:30px; } #btn-book-now .off{ display:none; } I would really appreciate any help that you would give me page_reservation.php
- 5 replies
-
- radio button
- php
-
(and 1 more)
Tagged with:
-
Hello everyone, I have been searching on internet about using paypal payment for a minicab booking form I havebut I couldnt find anything that I could use. What I have; The visitor comes to website and start completing the form. They get a price on the second page and the third page is the process page. The data goes to database and customer gets an email and the website admin gets the booking form in email. What I want to do; I want to enable paypal payment so visitor can pay for the minicab journey online. I need the get this working in a way that visitor gets the second page and sees the price, clicks Book & Pay by paypal button and visitor is redirected to paypal for payment, after payment, all the data enters the database (The variables are about 10-15) and customer gets the email and also lands on the success page. If the payment is not successfull then nothing goes to data base and visitor does not get email and visitor then is redirected to cancellation page. I hope I could explained, Could anyone help me how to do it or where I can find the information I needed. Regards