简体   繁体   English

为什么我的表单域没有被提交?

[英]Why my form fields are not getting submitted?

I used a ready made step by step wizard script but the form fields are not getting submitted.我使用了现成的分步向导脚本,但未提交表单字段。 What could be the issue?可能是什么问题? The JS is triggering fine in the end but its not fields are not showing. JS 最终触发良好,但未显示其非字段。

http://avissoftware.com/wiz/ http://avissoftware.com/wiz/

I tried adding jquery also but same result.我也尝试添加 jquery 但结果相同。

Any help would be appericiated.任何帮助都会得到帮助。

Thank you.谢谢你。

在此处输入图像描述

It's because you have two <form> elements.这是因为您有两个<form>元素。 You probably want to delete the first one and change the action="test.php" of the second form that actually contains your questions.您可能想删除第一个并更改实际包含您的问题的第二个表单的action="test.php"

The first thing I noticed is that your submit/next buttons are outside the form and therefor not associated with the form.我注意到的第一件事是您的提交/下一步按钮在表单之外,因此与表单无关。 Also you have two forms.你还有两个 forms。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM