fixed another validation error
This commit is contained in:
parent
81f060ebbe
commit
ed868b244c
@ -167,9 +167,8 @@
|
||||
<hr />
|
||||
|
||||
<% var submitModel = Model as SubmitQuoteModel; if (submitModel != null) { %>
|
||||
<input type="hidden" name="HashedCaptchaAnswer" id="HashedCaptchaAnswer" value="<%: submitModel.HashedCaptchaAnswer %>" />
|
||||
|
||||
<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>
|
||||
<br />
|
||||
<input type="text" name="CaptchaAnswer" id="CaptchaAnswer" value="" />
|
||||
|
Loading…
Reference in New Issue
Block a user