• Resolved alperertug

    (@alperertug)


    Hi our form was working just fine, but somehow it’s not working anymore πŸ™‚ Can you please help? We can’t take any reservations. πŸ™

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @alperertug,

    Can you describe the problem in more detail? I noticed that the time field in the booking form seems to be hidden, due to some custom CSS code you’ve added:

    
    .time {
      display: none;
    }
    

    Removing that will make the time appear. The form won’t submit without a time selected.

Viewing 1 replies (of 1 total)

The topic ‘Reservation Error’ is closed to new replies.