You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When form is sent successfully, the input type date is displayed in the confirmation email, like expected, but The data is not displayed under the data tab of the form. Also in the email the wrong format (yyyy-mm-dd) is used (this might be my fault but i am sending the format dd.mm.yyyy).
Expected Behavior
The data of the dates is correctly saved in the database under fo_dynamics, it should also display in the data tab.
Steps to Reproduce
Create date input field in the formbundle, send test email and check data tab.
The text was updated successfully, but these errors were encountered:
Actual Behavior
When form is sent successfully, the input type date is displayed in the confirmation email, like expected, but The data is not displayed under the data tab of the form. Also in the email the wrong format (yyyy-mm-dd) is used (this might be my fault but i am sending the format dd.mm.yyyy).
Expected Behavior
The data of the dates is correctly saved in the database under
fo_dynamics
, it should also display in the data tab.Steps to Reproduce
Create date input field in the formbundle, send test email and check data tab.
The text was updated successfully, but these errors were encountered: