You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
<p>A fairly straight forward html form with some placeholders for error messages and the vericode (CAPTCHA). Note the <code>formid</code> field. This hidden field is required so that eForm can recognize the form. We'll get back to that later at the <ahref="#snippetcall">snippet call</a>.</p>
196
-
<p>The required fields have formatting and validations options set using the <code>eform</code> pseudo attribute (See the <ahref="eform_validation.htm">form validation page</a> for details on setting values for the <code>eform</code> attribute) The eform attribute will be stripped from the form before it is sent to the browser.</p>
196
+
<p>The required fields have formatting and validations options set using the <code>eform</code> pseudo attribute (See the <ahref="eform.htm#validation">form validation page</a> for details on setting values for the <code>eform</code> attribute) The eform attribute will be stripped from the form before it is sent to the browser.</p>
197
197
<p>The <code>[+validationmessage+]</code> placeholder will be filled with an error message if the form submit was unsuccesful. Below is an example message:</p>
198
198
199
199
<pstyle="color:red">Some errors were detected in your form:<br/>
0 commit comments