Title: Fields not fillable
Last modified: August 30, 2016

---

# Fields not fillable

 *  Resolved [geertromer1](https://wordpress.org/support/users/geertromer1/)
 * (@geertromer1)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fields-not-fillable/)
 * Hi,
 * In first instance the form worked fine, but after a while, I can not click on
   the fields and fill in some text or pick a date any more. Maybe I changed something
   what disabled the form, but I can’t find the solution. Site: [http://www.restaurantdelengel.nl](http://www.restaurantdelengel.nl).
 * Thank you for your help.
 * Regard,
 * Geert.
 * [https://wordpress.org/plugins/restaurant-reservations/](https://wordpress.org/plugins/restaurant-reservations/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fields-not-fillable/#post-6591634)
 * Hi Geert,
 * It looks like there are a couple things happening here. First, the button code
   is being filtered to wrap the button in a `<p>` tag. Second, the floats aren’t
   getting cleared so the `<p>` element covers up the whole form.
 * This is blocking all the clicks on the form.
 * If you add the following CSS to your site, it should work:
 *     ```
       .rtb-booking-form p {
         clear: both;
       }
       ```
   
 * Digging into the theme’s styles, it looks like they partially support the plugin,
   but may not have finished supporting it. I’ve reached out to them to recommend
   they include this fix in an upcoming version. But I also recommend you get in
   touch with them to request it as well.
 *  Thread Starter [geertromer1](https://wordpress.org/support/users/geertromer1/)
 * (@geertromer1)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fields-not-fillable/#post-6591640)
 * Hi!
 * That works! Thank you a lot!
 * Regards,
 * Geert.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fields not fillable’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

## Tags

 * [Fill](https://wordpress.org/support/topic-tag/fill/)

 * 2 replies
 * 2 participants
 * Last reply from: [geertromer1](https://wordpress.org/support/users/geertromer1/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/fields-not-fillable/#post-6591640)
 * Status: resolved