Hello,
I'm trying to build a form using the base Forms program, not Pro, where individuals can input a date and a time to schedule an event. The date is acquired using the date prompt, but the time is acquired through a text prompt asking for input in HH:MM format. From there I can get the outputs to go through an approval process and once approved the outputs are used to create an item for my sharepoint calendar. So far, it correctly outputs everything except the time. The time will output into my Sharepoint calendar 4hrs earlier than requested (i.e. an event for 08:00am to 12:00pm will schedule for 04:00am to 08:00am).
Without having Forms Pro and the functionalityto ask for specific time inputs, how can I fix this time discrepancy?