- Normal Date field on on form
- Uses Salesforce integration to save the date to our environment
- Date appears correctly in Salesforce and the field in Salesforce is Date NOT DateTime
- Prefill the form using API/Get
- The Date appears a day earlier in the prefilled form. Feathery is interpreting the Date as a DateTime and trying to display it locally to us which causes the date to go back by one day. However it will still Post/Update to Salesforce as the right date.
- The T00:00:00Z is not visible until I pass the date value over to a Document.
Hi, Can we know which form have you experienced this and the sample submission if possible.