If you are working on Sitecore form implementation, you might get Bad Request type issue after click of submit button or any action button on Form Page.
Fix
to overcome with this such type of issue, please make sure that form must have unique field name with without space.
If using multi-step Sitecore Form, then make sure each submit button must have unique name.
Monday, 2 October 2023
Sitecore Forms Bad Request Issue
Tuesday, 9 March 2021
Sitecore Forms are not displaying Issue
Problem
While working with Sitecore forms 9.x version, We usually face issue that sometime Forms not display.
To resolve this issue we generally do index rebuild. Even after this form still not displaying.
Root cause
Generally this issue occurs because of indexAllFields set as False.
Fix
Please click here to download patch config and add at your path ~/App_Config/Include/zzz
Note: This fix will work for any of azure/solr/lucene search providers.
Hope this works.
Friday, 18 December 2020
There is no action to display Sitecore Form Issue
While working with Sitecore forms, may be facing below issue - on click of form submit action button
as attached image
Error Message: There is no action to display.
Possible Cause: It may be because of caching issue.
Fix: Try to resolve this issue, either close the browser and clean history and check if resolved or open sitecore form explorer CMS view in Incognito(private) mode.
Hope this will help and save your time.
Monday, 30 November 2020
An item with the same key has already been added Sitecore EXM
If you are using Sitecore EXM campaign on Form submit button, then you may be facing below issue on UI screen as
Send Email Failed...
and if you will see Sitecore EXM log will get that error information as
Message: an item with the same key has already been added.
To overcome with this issue, would suggest to go back on the Form Builder and ensure that all form Fields name are unique, and if not then please update will started working.
Hope above tips will help to resolve this issue.
Thursday, 26 November 2020
The date range is invalid. Please select a date range that is within the range of the list Sitecore Forms
From last few days working on Sitecore forms and come up with common issue while development.
And to save developers time sharing fixes/work around as much I can:
You may be getting error as
The reason here is because Form must have at least one record, if Fresh form has been created and without any records generating report then will get this issue.
Hope this minor check will help you.