Date and time in Web Form Builder -...

User 187934 Photo


Senior Advisor
20,181 posts

Can you look in your booking directory for any error log?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2982483 Photo


Registered User
43 posts

I noticed the fb_error.log.php is logging errors , the last submission added these:
Wed, 27 Apr 2022 16:06:08 +0000: Validation rules for a listbox lacks values array.
Wed, 27 Apr 2022 16:06:08 +0000: Missing pricer method: dropdown_
Wed, 27 Apr 2022 16:06:08 +0000: Failed to get config parameter: google
Wed, 27 Apr 2022 16:06:08 +0000: Failed to get config parameter: authorizenetsim
Wed, 27 Apr 2022 16:06:08 +0000: Failed to get config parameter: 2co
Wed, 27 Apr 2022 16:06:08 +0000: Couldn't open or read: booking.html
Wed, 27 Apr 2022 16:06:08 +0000: Failed to parse HTML form.
Wed, 27 Apr 2022 16:06:08 +0000: Couldn't open or read: booking.html

if it has any bearing.

User 2982483 Photo


Registered User
43 posts

Ok so added the html version of the booking form in the same folder as the php version and it seems to be working.
User 187934 Photo


Senior Advisor
20,181 posts

There must be a php ini setting that's different on your host. I know I went through something similar with another user but we resolved it be changing
Line 62 of the formpage.cls.php page from
$filename = $this->name . '.html';
to
$filename = $this->name . '.php';
.
If it works then I guess keep both versions of your form on your host. Very strange.
I just tested your form and it completed.:cool:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2982483 Photo


Registered User
43 posts

I'm guessing that it must have something to do with looking for booking.html, now it can see it it completes.
All good. Thanks for this. Dare I ask about the blocking form?
User 187934 Photo


Senior Advisor
20,181 posts

Here ya go.
https://ericrohloff.com/coffeecup/ccfor … -block.zip
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2982483 Photo


Registered User
43 posts

OK got that installed and it comes up OK but times aren't showing in the drop down.
User 187934 Photo


Senior Advisor
20,181 posts

Can you share a link?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2982483 Photo


Registered User
43 posts

Yeah, so I can block a date but not a time on a particular date.
https://bookit.freesite.today/blocker/
User 187934 Photo


Senior Advisor
20,181 posts

Look on your host in the blocker directory for the error_log.
There's one, probably inside the includes directory.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.