-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X
-
Fix Version/s: 7.1.10 DXP FP19, 7.1.10.5 SP5, 7.1.X
-
Component/s: Forms
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Create a new form with 1 text field.
- Add a translation to the form (Spanish in my test environment).
- Publish the form.
- Put the form portlet in a page and the language selector portlet, use the form you created in previous steps.
- Select Spanish on the language selector portlet.
- Submit a form entry with value "test es" on the text field.
- Select English on the language selector portlet.
- Submit a form entry with value "test en" on the text field.
- Go to content-> forms and view entries from the form.
Expected results:
The entries values "test es" and "test en" should be visible.
Actual results:
Entries submitted with a different language than the currently selected by the user are displayed with a blank value.