Console: Set form target for wizard

so link into middle of wizard from /config doesn't get stuck there
due to the URL param, as reported by RN
This commit is contained in:
zzz
2025-06-16 07:02:05 -04:00
parent dfe7dce159
commit 63bcf077ce

View File

@ -132,7 +132,7 @@
}
%>
</div>
<form action="" method="POST">
<form action="/welcome" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>">
<input type="hidden" name="action" value="blah" >
<input type="hidden" name="page" value="<%=(ipg + 1)%>" >