So I paid for a theme once to have contact form 7 set up. and it's real nice. http://itoataxicab.com/order_cab_service Code (markup): http://itoataxicab.com/contact_us_feedback Code (markup): I am trying to replicate it on another blog and this is what I am getting. http://reveretaxi.com/order-a-taxi-cab Code (markup): I don't know enough HTML to fix it to match the theme. Is there an easier plugin to use and format to fit my site design..or better yet does someone wanna volunteer to fix my html? Also I wanted it set so that when someone booked on line they got a confirmation email from the site. I don't even think my original above does that. Is that function possible in contact form 7?
ill try to address your issues one at a time here to make it easy to understand since there's a lot ^^ 1. first off in my experience contactform-7 is the best mailer plugin available, its quite simple to modify and configure. 2. what you seem to be getting on the replicated page is an issue with css, its all there but your text is formatted white via inline styles, you need to remove these and allow the theme overrides to come through or make specific styles and wrap either your text or your containers with them. 3. the function you're asking for with the confirmation email, my initial thought was to tell you no its not possible but I guess it really depends on how complex you need it to be. If you only need it spit back a generic " your request has been recieved" type email then that's absolutely possible. If you're looking for it to provide them with a specific confirmation message based off either a tracking number or specific form input then what you're looking for is quite a bit more complex than a form mailer and in that regard, no its not possible. Hope this was helpful!