Revert "Fix form id"

This reverts commit d225c2da26a43d553596228cfe2a27b4887157e0.
This commit is contained in:
slawkens 2024-05-30 13:48:53 +02:00
parent 1e8198635e
commit 6be4a42c5a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ describe('Create Account Page', () => {
cy.get('#vocation1').check()
cy.get('#accept_rules').check()
cy.get('#form').submit()
cy.get('#createaccount').submit()
// no errors please
cy.contains('The Following Errors Have Occurred:').should('not.exist')

View File

@ -297,7 +297,7 @@
<table border="0" cellspacing="0" cellpadding="0" >
<tr>
<td style="border:0px;" >
<form id="form" action="{{ getLink('account/create') }}" method="post">
<form id="form" action="{{ getLink('account/create') }}" method="post" id="createaccount">
{{ csrf() }}
<input type="hidden" name="save" value="1" >
{{ include('buttons.submit.html.twig') }}