At last I managed to make a matched pair of Form and Mail Template that does what I need.
It is a simple form, and a simple mail template. However, it does just what I need (which fortunately is a simple task), and looks good enough.
A few pointers for other newbies:
1. Do read the instructions thoroughly, and look at the tutorials that show how to make forms. It is important to be aware that, although you can easily make a form using a WYSIWYG html editor like Dreamweaver, you will:
a. need to be aware that only the code between the <form> and </form> tags should be included in the "Form HTML" box under the Form Code tab. The *only* exception to this is the link to your CSS stylesheet, if you're using one. In the case of y enclosed samples, I included the <style> definition right in, because I wanted to be done with it quickly, it's just a couple of lines of code, and I couldn't be bothered with messing with making a separate stylesheet just for this purpose.
b. need to be aware that you will need to rename a few elements within the form you created, in order for it to work correctly with your mail template. You can see what I mean by examining the code that corresponds to the radio buttons and the checkbox in my form.
If you have no idea what the heck I mean by all this, then a day spent going through a basic HTML tutorial probably would be a good investment. Really. Joomla and ChronoForms are about as easy as these sort of technologies get for now. Still they require some basic knowledge of at least HTML and CSS, in order to be able to perform even the slightest customization.
2. My samples are in Spanish, because they were made with a Spanish-language project in mind. Nevertheless, the operational part of the matched pair should be clear enough, even if you don't understand what's written there.
3. The form permits the user to select an item from a drop-down list, make a selection with radio buttons, write some text, write a name and mail address, and check (or not) a checkbox. My mail template simply collects the text and selections entered by the user, and display them in a readable and informative fashion by the mail recipient. There is no validation, scripting or programming involved whatsoever.
4. The most difficult part for me was to figure out (because of me being and "unwashed heathen" and all that) how to receive the radio-button selection made by the user. I don't know whether my solution is quite orthodox, or the best way to go about it. I'll be happy to receive further instruction. However, it works, it suits my purpose, and that's all I needed for today.
5. There you go. I just hope this helps someone like me, who needs a practical yet realatively un-geeky solution and explanation to get the basic, specific task accomplished. Cheers! [file name=form_template.zip size=2506]http://www.chronoengine.com/components/com_fireboard/uploaded/files/form_template.zip[/file]
