hello

,
Was wondering how to set up eForm, the basic example set up worked fine, but the other example was for specifically sedning a job application.
Apart from that eForm made little sense to me how to set it up myself in regards to adding attachments, selectors radio buttons etc (would also like to be albe ot have multiple attachments on a form)

this is what I tried for putting one attachment:
[!eForm? &formid=`hmm` &to=`myemail@emailprovider.com` &tpl=`counter` &report=`feedback` &vericode=`1` &subject=`SendUs`!]
Chunk Name: counter
<br />
[+validationmessage+]
<form id="hmm" method="post" action="[~[*id*]~]">
<p><label accesskey="n" for="Name">Your First & Last Name</label><br />
<input type="text" name="Name" size="32" maxlength="60" eform="Your Name::1:Must post at least two words:#REGEX /^\w+\s\w+/i" /></p>
<p><label accesskey="e" for="email">Your Email Address</label><br />
<input type="text" name="email" size="32" maxlength="40" eform="Your Email Address:email:1" /></p>
<p><label accesskey="a" for="attachment">Attach Picture One</label><br />
<input class="file" type="file" name="attachment" eform="Attachment:file:0:Only Images and Text Files Supported:#LIST jpg,gif,png,txt,doc,rtf" />
<p><label accesskey="c" for="comments">Comments</label><br />
<textarea cols="23" rows="11" name="comments" eform="Comments:html:1"></textarea></p>
Please enter the code below then press send:<br />May contain one or more
capital letters<p>
<img src="[+verimageurl+]" alt="verification code" border="1"/></p><p><label accesskey="c" for="vericode">code</label>
<input type="text" name="vericode" size="20" /></p><p><input type="submit" name="submit" value="Send Feedback"></p>
</form><br /><br />
Chunk Name: feedback
<p>This is a response sent by [+name+] using the feedback form on the website. The details of the message follow below:</p>
<table>
<tr valign="top"><td>Name:</td><td>[+name+]</td></tr>
<tr valign="top"><td>Email:</td><td>[+email+]</td></tr>
<tr valign="top"><td>Attachment</td><td>[+attachment+]</td></tr>
<tr valign="top"><td>comments:</td><td>[+comments+]</td></tr>
</table>
<p>You can use this link to reply: <a href="mailto:[+email+]?subject=RE:[+subject+]">[+email+]</a></p>
Unfortunately the end result was I got sent an email but with no attachment when I tried adding .txt and .jpg files at different times
I really think the documentation for eForm (although great in some ways) needs tutorials on how to set up attachments, radio buttons, selectors and extra input boxes, as people like me (designers) have no chance of understanding without documentation and this is 'really really really really' important for setting up forms
Thanks from Josh