Issue with logic passing on time to a date & time field

Hi, I have attached a hidden field to my form, however upon form submission only the date is send. All the correct information is entered in the CMS as MM/DD/YY HH:MM. Why is this happening?

Webflow’s Logic-bound forms do not pass embed-inserted fields, so you cannot use e.g. <input type="hidden" constructions.

The way to do it is to create a regular input field that Webflow can detect, type-identify and correctly bind to logic inputs, and then wrap it in a div set to display none to hide it.