Change record status: 
Project: 
Introduced in branch: 
8.1.x
Introduced in version: 
8.1.0
Description: 

Views forms could not be used multiple times on the same page due to conflicting form IDs. Views forms now use a base form ID built from the view's ID and display ID. The form ID then has any additional arguments appended to it.

This change should not affect existing hooks using the hook_form_FORM_ID_alter hook, as it will match hook_form_BASE_FORM_ID_alter.

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done