I created a form using tutorials.
form works great. uploads the picture to the forder I set and sends email to me with the form details, but not with uploaded picture. I ve attachments enabled in form config.
I searched forum find smtg about sending spesific files, but I want to send the users uploded file.
regards
form works great. uploads the picture to the forder I set and sends email to me with the form details, but not with uploaded picture. I ve attachments enabled in form config.
I searched forum find smtg about sending spesific files, but I want to send the users uploded file.
regards
Hi angelaus,
Show me a screenshot for your uploads tab, and for the email properties box, and show me your form code please!
Regards,
Max
Show me a screenshot for your uploads tab, and for the email properties box, and show me your form code please!
Regards,
Max

this is html code
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Adınız Soyadınız</label>
<input class="cf_inputbox required validate-alpha" maxlength="150" size="30" title="Adınızı giriniz" id="text_0" name="isim" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Eposta</label>
<input class="cf_inputbox required validate-email" maxlength="150" size="30" title="E-posta giriniz." id="text_1" name="email" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Kendinizi tanıtın</label>
<textarea class="cf_inputbox required" rows="3" id="text_4" title="Kendinizi tanıtınız" cols="30" name="about"></textarea>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;">Resim Açıklaması</label>
<textarea class="cf_inputbox required" rows="6" id="text_3" title="resim için açıklama giriniz." cols="30" name="detay"></textarea>
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Resim Açıklaması :: Resminizi yayınlarken kullanacağımız açıklamayı giriniz.</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_fileupload">
<label class="cf_label" style="width: 150px;">Resminizi yükleyin</label>
<input class="cf_fileinput cf_inputbox required" title="Lüften resminizi yükleyiniz" size="20" id="file_5" name="file_5" type="file" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">Resim Kodu:</label>
<span>{imageverification}</span>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="GÖNDER" name="button_8" type="submit" />
</div>
<div class="cfclear"> </div>
</div>
regards
Hi,
you missed the screenshot of the "email properties" box of your setup email!
Max
you missed the screenshot of the "email properties" box of your setup email!
Max
check this post:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=15043#p36195
try to setup/create a new email!
Max
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=15043#p36195
try to setup/create a new email!
Max
This topic is locked and no more replies can be posted.
