Hi,
I copied my contact form from my old site in new site, It works quite normal in old website (joomla 1.0.x) but in new site (joomla 1.5.15) and with new chronocontact, I get some problems. so, maybe you can help me to find what should I change.
here is screenshot of my contact form at my new site: http://i47.tinypic.com/2j46mg5.jpg
here is the screenshot of email template which I get when I send message from contact form of my new website: http://i49.tinypic.com/2nvz992.jpg
as you see, name and email address are correct, BUT down you will see that I marked Statephobia (when I tested Form, to see what I will get in my email), so statephobia is duplicate, and down you will see {fobija2,3,4}, etc. it means I checked statephobia and therefore it is duplicated and {fobija2,3,4} was not checked and capitalismophobia and corporatophobia was checked so therefore there is no sign {fobija5,6}.
below you will see also Comfortable as set in first place and all items under it are listed, in that way comfortable is repeating. but I don't need listed items in message which I get, I should get in my email only what visitor checked when he filled contact form.
the same case is with item called Neutral. again all items were listed and checked field "Neutral" is repeating.
so, I got idea: why we should create email template, it means template which I will get as message from visitor, when I created already Contact Form in HTML (see code below)? it means that old chronocontact was easier than new one. old version asked me to make form, I made it and I get in message only what visitor of my site checked, now I must make form plus email template. maybe someone from you know how to explain me some easy solution for my problem? if I leave email template empty, it will be created against my will, but how to make it to work together: Form HTML and Email Template? I want to get in my email only what visitor checked and not listing of all items from Form HTML.
here is code, it should be functional, but maybe it is functional maybe problem is email template:
I copied my contact form from my old site in new site, It works quite normal in old website (joomla 1.0.x) but in new site (joomla 1.5.15) and with new chronocontact, I get some problems. so, maybe you can help me to find what should I change.
here is screenshot of my contact form at my new site: http://i47.tinypic.com/2j46mg5.jpg
here is the screenshot of email template which I get when I send message from contact form of my new website: http://i49.tinypic.com/2nvz992.jpg
as you see, name and email address are correct, BUT down you will see that I marked Statephobia (when I tested Form, to see what I will get in my email), so statephobia is duplicate, and down you will see {fobija2,3,4}, etc. it means I checked statephobia and therefore it is duplicated and {fobija2,3,4} was not checked and capitalismophobia and corporatophobia was checked so therefore there is no sign {fobija5,6}.
below you will see also Comfortable as set in first place and all items under it are listed, in that way comfortable is repeating. but I don't need listed items in message which I get, I should get in my email only what visitor checked when he filled contact form.
the same case is with item called Neutral. again all items were listed and checked field "Neutral" is repeating.
so, I got idea: why we should create email template, it means template which I will get as message from visitor, when I created already Contact Form in HTML (see code below)? it means that old chronocontact was easier than new one. old version asked me to make form, I made it and I get in message only what visitor of my site checked, now I must make form plus email template. maybe someone from you know how to explain me some easy solution for my problem? if I leave email template empty, it will be created against my will, but how to make it to work together: Form HTML and Email Template? I want to get in my email only what visitor checked and not listing of all items from Form HTML.
here is code, it should be functional, but maybe it is functional maybe problem is email template:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<div align="center"><h2><font color="black">Contact</h2></div><br><br>
<b>Nickname (Name):
</b> <input type="text" name="ime" maxlength="50">
<br><br><b>Your email address:
</b> <input type="text" name="email" maxlength="50">
<br><br><hr><br>
<b></b>(you can check here multiple fields):
<br><br>
<input type="checkbox" name="fobija1" value="Statephobia
" checked="checked"> Stateophobia (fear of the State)
<br>
<input type="checkbox" name="fobija2" value="Anarchophobia
" > Anarchophobia (fear of anarchism)
<br>
<input type="checkbox" name="fobija3" value="Thinkingophobia
" > Thinkingophobia (fear of thinking)
<br>
<input type="checkbox" name="fobija4" value="Fearophobia
" > Fearophobia (fear of fear)
<br>
<input type="checkbox" name="fobija5" value="Capitalismophobia
" > Capitalismophobia (fear of capitalism)
<br>
<input type="checkbox" name="fobija6" value="Corporatophobia
" > Corporatophobia (fear of multi-death-national companies)
<br>
<input type="checkbox" name="fobija7" value="Everythingophobia
" > Everythingophobia (fear of everything)
<input type="hidden" name="broj_fobija" value="7">
<br><br><hr><br>
<b>Check the field, which describes the best your standard:
</b>
<br><br>
<input type="radio" name="plata" value="I'm starving and I'm ready for the attack
" checked="checked"> I'm starving and I'm ready for the attack
<br>
<input type="radio" name="plata" value="Under the poverty line
"> Under the poverty line
<br>
<input type="radio" name="plata" value="My salary suits my needs
"> My salary suits my needs
<br>
<input type="radio" name="plata" value="Comfortable
"> Comfortable
<br>
<input type="radio" name="plata" value="Dubble incomes, without children
"> Dubble incomes, without children
<br>
<input type="radio" name="plata" value="Ultrarich
"> Ultrarich
<br><br><hr><br>
<b>Check the field, which describes the best your political direction:
</b>
<br><br>
<input type="radio" name="politika" value="I'm extreme leftist (without classification)
"> I'm extreme leftist (without classification)
<br>
<input type="radio" name="politika" value="Anarchist
" checked="checked"> Anarchist
<br>
<input type="radio" name="politika" value="Communist
"> Communist
<br>
<input type="radio" name="politika" value="Pacifist
"> Pacifist
<br>
<input type="radio" name="politika" value="Neutral
"> Neutral
<br>
<input type="radio" name="politika" value="Right
"> Right
<br>
<input type="radio" name="politika" value="Extreme right
"> Extreme right
<br><br><hr><br>
<b>Country of origin or living:
</b>
<select name="zemlja">
<option selected="selected">Ex-Yu
</option>
<option>Serbia
</option>
<option>Macedonia
</option>
<option>Croatia
</option>
<option>Bosnia and Herzegovina
</option>
<option>Slovenia
</option>
<option>Italy
</option>
<option>Austria
</option>
<option>Germany
</option>
<option>France
</option>
<option>Spain
</option>
<option>Belgium
</option>
<option>Holland
</option>
<option>Danemark
</option>
<option>Greece
</option>
<option>Switzerland
</option>
<option>Central Europe
</option>
<option>Russia
</option>
<option>UK
</option>
<option>USA
</option>
<option>South America
</option>
<option>Australia
</option>
<option>Asia
</option>
<option>Africa
</option>
<option>Neptun
</option>
</select>
<br><br><hr><br>
<b>Opinion, comment, advice:</b>
<br><br>
<textarea name="komentar" rows="15" cols="60" maxlength="1000"></textarea>
<br><br>{imageverification}<br><br>
<input type="submit" value="Send
"> <input type="reset" value="Clear all
">
</font>
<br> <br>
</td>
</tr>
</table>