Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit df865d3

Browse files
authored
Merge pull request #1180 from Jako/patch-2
Wrong link
2 parents 203c260 + 422bbcb commit df865d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/snippets/eform/docs/eform_examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3>The HTML Form Template</h3>
193193
<br />&nbsp;&nbsp; &nbsp;&lt;p&gt;&lt;label accesskey=&quot;e&quot; for=&quot;email&quot;&gt;Your Email Address&lt;/label&gt;<br />&nbsp;&nbsp; &nbsp;&lt;input type=&quot;text&quot; name=&quot;email&quot; size=&quot;40&quot; maxlength=&quot;40&quot; eform=&quot;Your Email Address:email:1&quot; /&gt;&lt;/p&gt;<br />&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&lt;p&gt;&lt;label accesskey=&quot;s&quot; for=&quot;department&quot;&gt;Subject&lt;/label&gt;<br />&nbsp;&nbsp; &nbsp;&lt;select name=&quot;department&quot;&gt;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;option value=&quot;1&quot;&gt;Website feedback&lt;/option&gt;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;option value=&quot;2&quot;&gt;Support request&lt;/option&gt;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;option value=&quot;3&quot;&gt;Feature request&lt;/option&gt;<br />&nbsp;&nbsp; &nbsp;&lt;/select&gt;&lt;/p&gt;<br />&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&lt;p&gt;&lt;label accesskey=&quot;c&quot; for=&quot;comments&quot;&gt;Comments&lt;/label&gt;<br />&nbsp;&nbsp; &nbsp;&lt;textarea cols=&quot;40&quot; rows=&quot;10&quot; name=&quot;comments&quot; eform=&quot;Comments:html:1&quot;&gt;&lt;/textarea&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp; &nbsp;&lt;p&gt;<br />&nbsp;&nbsp; &nbsp;Please enter the &nbsp;&nbsp; &nbsp;anti spam code below:&lt;br /&gt;<br />&nbsp;&nbsp; &nbsp;&lt;img src=&quot;[+verimageurl+]&quot; alt=&quot;verification code&quot; border=&quot;1&quot;/&gt;<br />&nbsp;&nbsp; &nbsp;&lt;/p&gt;<br />&nbsp;&nbsp; &nbsp;&lt;p&gt;<br />&nbsp;&nbsp; &nbsp;&lt;label accesskey=&quot;c&quot; for=&quot;vericode&quot;&gt;code&lt;/label&gt;<br />&nbsp;&nbsp; &nbsp;&lt;input type=&quot;text&quot; name=&quot;vericode&quot; size=&quot;20&quot; /&gt;<br />&nbsp;&nbsp; &nbsp;&lt;/p&gt;<br />&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&lt;p&gt;&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Send Feedback&quot;&gt;&lt;/p&gt;<br />&lt;/form&gt; </div>
194194
<a id="formid" name="formid"></a>
195195
<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 <a href="#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 <a href="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 <a href="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>
197197
<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>
198198

199199
<p style="color:red">Some errors were detected in your form:<br />

0 commit comments

Comments
 (0)