Id uniqueness fixes

This commit is contained in:
Mouse Reeve
2021-09-29 15:35:08 -07:00
parent 69195e6cd0
commit 6d17b83c8c
8 changed files with 21 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{% if fallback_url %}
<form name="fallback-form-{{ controls_uid }}" method="GET" action="{{ fallback_url }}">
<form name="fallback_form_{{ controls_text }}{{ controls_uid }}" method="GET" action="{{ fallback_url }}">
{% endif %}
<button
{% if not fallback_url %}