I am designing a product rental site for camera equipment. I have been working on this passively for a couple of years now, hoping that either development or integrations would make it easier. But what I am looking to accomplish is pretty straightforward.
On the product page would be a few options:
How many units are being rented?
What days the units are being rented? Preferably some calendar integration.
Add to Quote Button.
An individual could add multiple products to the quote form. Once there, all they have to do is fill out their personal information and send the quote form. I don’t require any pricing info to be included on the form, as that will be established once I receive the form. All I require is the products, the dates the products are being rented, and how many units the client wants.
If easier the dates and units could be established on the quote form, leaving nothing but the product to be added to the form from each page.
I am looking for any ideas on how to implement this, preferably natively. Or with the use of apps, code, etc.
Sorry Foxy.io, but I am not interested in using your service. I have tried it. I am not a fan of it and would like to see other available options.
I managed to create what I am looking for using some minor code, and only one external calendar picker for dates. Everything else has been created using elements from within Webflow. For those who are wondering if booking forms for rentals and services can be made internally within Webflow, yes it is possible, and is quite easy now with the new “Custom Element.”
What this site does:
Products are made with Webflow’s CMS. On the product page (or any other page that has the product listed in a collection) there is info that I want submitted to the form.
In my case, it is the product being rented and the quantity being rented. You click the “Add to quote button” and that product is added to a quote page.
The quote page includes all of the added products and their quantities which are handled as individual hidden fields, but show up as a normal quote or cart system would.
On the quote page a date range is selected (This can be done on the product page as well if different dates are wanted). And then the info supplied, before the form is submitted.
It has been tested and the recipient of the form receives all of the info included above, including product, quantity and dates.
Hey Chris, I’m looking to do exactly this minus the calendar. Just a button to add products, a cart overview and checkout with just regular text fields for contact. Can you explain step-by-step how you accomplished yours? I would really apprecciate it.