Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@geertromer1)

    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.