{SOLVED} Images not being sent with Email

webgyrl 07 May, 2012
Hi!

I am not able to sucessfully get an image attachement sent with an email.

I read this post in hopes that it might help, but to no avail >> http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=20303&p=270717&hilit=upload+image#p270717

I have left the folder area path blank to test to see if it will do it to the default area noted in the backend
The files upload path, if left empty, files will be uploaded under this path:
JOOMLA_PATH/components/com_chronoforms/uploads/FORM_NAME/
You can use "JOOMLA_PATH" in the path, it will be replaced by the website path in runtime.


This does not work tho. I have turned of FTP layer in Joomla Global Config, but still nothing.

What settings do you want me to post to see if I can get this resolved and get image uploads working?

Uploads are turned on and there is field programmed in the form.

Thanks!
GreyHead 12 May, 2012
Hi webgyrl,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob
webgyrl 14 May, 2012
Hi Bob,

This is what I got from debug output:

Data Array:

Array
(
[chronoform] => contact
[event] => submit
[Itemid] => 185
[option] => com_chronoforms
[view] => form
[contact_subject] => Success Story
[your_name] => Michelle M
[zip_code] => 20877
[email_address] => [email]michellehypermedia@gmail.com[/email]
[telephone_number] => 555-555-5555
[best_way_to_contact] => Telephone
[your_messge] => I'd like to share a success story.
[image_upload] =>
[chrono_verification] => pBEzV
[submit] => Submit
[26108c40b68bba936e5831b39654af78] => 1
[_PLUGINS_] =>
)

Validation Errors:

Array
(
)



Email message sent:
Lucky Cat Rescue Email Contact from Web Site
Subject: Success Story
Name: Michelle M
Zip code: 20877
E-mail Address: [email]xxxxxxxxxxx@gmail.com[/email]

Telephone Number: 555-555-5555
User would like to be contacted by: Telephone
Question/Comment/Suggestion: I'd like to share a success story.
Attach a picture for success story:


Submitted by 174.xxx.xx.xxx

(some info replaced by x's)
Thanks!
GreyHead 14 May, 2012
Hi webgyrl ,

It looks as though you don't have an Upload Files action to manage the file upload??

Bob
webgyrl 14 May, 2012
Hi Bob,

That could very well be. I just dragged the upload file feature from right to the main panel. What else do I need to do to make that work?

Thanks!
webgyrl 15 May, 2012
Hi Bob,

Worked like a charm. Thank you kindly!
This topic is locked and no more replies can be posted.