fixed another validation error
This commit is contained in:
parent
81f060ebbe
commit
ed868b244c
@ -167,9 +167,8 @@
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<% var submitModel = Model as SubmitQuoteModel; if (submitModel != null) { %>
|
<% var submitModel = Model as SubmitQuoteModel; if (submitModel != null) { %>
|
||||||
<input type="hidden" name="HashedCaptchaAnswer" id="HashedCaptchaAnswer" value="<%: submitModel.HashedCaptchaAnswer %>" />
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
<input type="hidden" name="HashedCaptchaAnswer" id="HashedCaptchaAnswer" value="<%: submitModel.HashedCaptchaAnswer %>" />
|
||||||
Are you human? <small style="position: relative"><a href="#" id="captcha-question">[click for correct answer]</a></small>
|
Are you human? <small style="position: relative"><a href="#" id="captcha-question">[click for correct answer]</a></small>
|
||||||
<br />
|
<br />
|
||||||
<input type="text" name="CaptchaAnswer" id="CaptchaAnswer" value="" />
|
<input type="text" name="CaptchaAnswer" id="CaptchaAnswer" value="" />
|
||||||
|
Loading…
Reference in New Issue
Block a user