Delivery Time Slots

Dear Bubblers,

I am building delivery block in my app and I want my end user to pick up particular time slot which are more comfortable for them, i.e. Feb. 4, 10.00-12.00, 12.00-14.00, 14.00-16.00 etc.

There is no need to schedule it, just inform delivery manager desired time slot to organize it.

Is it possible to realize it without any plugin or API? If not - then what solution you can recommend?

Thank you in advance

You can try storing the time slots as an option set which the end user can select in the app.
This is done by setting the type of the field as an existing option set.

Hope this helps!

What are you trying to do with the data once it’s selected? Are you trying to store this information? How are you informing the delivery driver?

For storing this information you could create a field of type “date range” and put it there.

How you implement really depends on what you want to do with the information, but yes this should be totally possible without a plugin or other API call.

This topic was automatically closed after 70 days. New replies are no longer allowed.