Date and time in Web Form Builder -...

User 187934 Photo


Senior Advisor
20,181 posts

Let me do a test real quick.
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 187934 Photo


Senior Advisor
20,181 posts

I just put my host back to php 7.4 and I was able to get to the Paypal button. I changed the
$filename = $this->name . '.php';

back to
$filename = $this->name . '.html';
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 187934 Photo


Senior Advisor
20,181 posts

I got it to work in the PayPal sandbox using php 7.4. I'm going to test again to make sure of everything I altered.
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 187934 Photo


Senior Advisor
20,181 posts

Works here for me. Tested it three times and got emails also.
https://ericrohloff.com/coffeecup/ccfor … _exported/
1. Add the scripts to form and saved it as a .php page.
2. Add scripts directory to form directory.
3. Open the form.cfg.php line 128 removed ,"values":[""]
This area was changed
"time":{"label":"Start Time","fieldtype":"dropdown","required":true,"values":[""]}

to
"time":{"label":"Start Time","fieldtype":"dropdown","required":true}


Did this for sandbox testing
https://www.coffeecup.com/help/articles … l-sandbox/
That's it besides entering my database data into the settings and my Paypal sandbox identity token.
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

Hey Eric, we are so close.

So I did all the changes. Filled out the form and submitted (formpage.cls.php set to .html) page went blank. So changed it back to .php and it worked and showed the paypal button (all that worked with the sandbox), but also on that page at the top is code.
I set up a whole new install to avoid any clutter. This is the location:
https://bookit.freesite.today/booking/booking.php

Also for some reason if you check the taster session it doesn't bring in the paypal button, just the submitted data.
I'll check my form for any mistakes.
User 2982483 Photo


Registered User
43 posts

Update: Taster session is now part of the dropdown so all good on that. Just the code to deal with now.
User 187934 Photo


Senior Advisor
20,181 posts

I would change the .php back to .html and test. Make sure to do a ctrl + f5 when you load the form to clear your cache for the page. I've seen this be a problem on my host where it retains data.
What your seeing is what I saw when I made my .html into .php.
It worked after switching it back.
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

Hey Eric, so I've changed it back, cleared the cache but still getting a blank page.
User 187934 Photo


Senior Advisor
20,181 posts

Who's your host?
What do you use to ftp your site?
Can you look in the booking directory on your host 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

Host is Namecheap and I use Cyberduck.

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.