Commit 228d81bdba7a61114162b3ca78ab655149255f55
1 parent
2fdb2831
Exists in
master
Acição de inputs (hidden) para armazenar os campos do formulárioOrgao
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
@@ -309,10 +309,11 @@ | @@ -309,10 +309,11 @@ | ||
309 | 309 | ||
310 | <fieldset class="pergunta"> | 310 | <fieldset class="pergunta"> |
311 | <legend>12) Com relação à pergunta anterior, caso tenha respondido "Outros", mencione abaixo quais são estas ferramentas:</legend> | 311 | <legend>12) Com relação à pergunta anterior, caso tenha respondido "Outros", mencione abaixo quais são estas ferramentas:</legend> |
312 | - <input type="hidden" name="hOutroAvaliador" value="18" /><textarea name="outroAvaliador" id="outroAvaliador" rows="8" cols="100" maxlength="600">${outroAvaliador}</textarea> | 312 | + <input type="hidden" name="hOutroAvaliador" value="17" /><textarea name="outroAvaliador" id="outroAvaliador" rows="8" cols="100" maxlength="600">${outroAvaliador}</textarea> |
313 | </fieldset><br> | 313 | </fieldset><br> |
314 | 314 | ||
315 | <fieldset class="pergunta"> | 315 | <fieldset class="pergunta"> |
316 | + <input type="hidden" name="hAmostragemSiteQuestionario" value="18" /> | ||
316 | <legend>13) Para cada ambiente e página informada no formulário anterior, informe a nota ASESWEB e a nota ACCESSMONITOR (utilize o WCAG 2.0):</legend> | 317 | <legend>13) Para cada ambiente e página informada no formulário anterior, informe a nota ASESWEB e a nota ACCESSMONITOR (utilize o WCAG 2.0):</legend> |
317 | <c:if test="${not empty lsAmostragemSiteQuestionario}"> | 318 | <c:if test="${not empty lsAmostragemSiteQuestionario}"> |
318 | <c:forEach items="${lsAmostragemSiteQuestionario}" var="amostra"> | 319 | <c:forEach items="${lsAmostragemSiteQuestionario}" var="amostra"> |
@@ -463,7 +464,10 @@ | @@ -463,7 +464,10 @@ | ||
463 | <input type="button" id="voltar" name="voltar" value="Voltar"> | 464 | <input type="button" id="voltar" name="voltar" value="Voltar"> |
464 | <input type="submit" id="enviar" name="executar" value="Enviar"> | 465 | <input type="submit" id="enviar" name="executar" value="Enviar"> |
465 | </div> | 466 | </div> |
466 | - <input type="hidden" name="idQuestionario" value="${questionario.idQuestionario}" /> | 467 | + <input type="hidden" name="nomePessoa" value="${nomePessoa}" /> |
468 | + <input type="hidden" name="cargo" value="${cargo}" /> | ||
469 | + <input type="hidden" name="telefone" value="${telefone}" /> | ||
470 | + <input type="hidden" name="email" value="${email}" /> | ||
467 | </form> | 471 | </form> |
468 | 472 | ||
469 | </div> | 473 | </div> |