-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 7.1.2 CE GA3, 7.1.X
-
Fix Version/s: None
-
Component/s: Forms
-
Story Points:0.25
-
Fix Priority:4
-
Sprint:Forms_7.3_21
Steps to Reproduce:
- Add a Form with:
- Text field 1
- Text field 2 + URL Validation
- Second page with Text field 3
- Publish Form
- Access Publication URL on Google Chrome with "Slow 3G" throttling (Developer Tools > Network)
- Input "test1" into the first text field
- Input "test2" into the second text field
- Click "Next" to trigger URL validation error message
- Correct the error by inputting a URL into the second text field
- Click "Next"
Expected Result:
User can advance to the next page by clicking "Next" after fixing the error.
Actual Result:
Clicking "Next" will not advance the page or give the user any message.
Workaround, click the Next button a second time.