HI druid,
In the file uploads tab you must enter the max and min sizes {-} will not work.
The question about variable email addresses was answered yesterday in the forms here (and asked by someone else an hour or so ago).
Bob
PS I strongly recommend that you do *not* use the Dynamic From Email field until you have made sure that your form works (and even then you are probably better off not using it).
PPS Have you seen Emannuel's Image Plugin which might be useful to you?
Ok, got the info from FAQ 31, and I can make that work. I did do a quick search, must have asked for the wrong thing.
As for the file attachments / image attachments. I have not seen Emannuel's Image Plugin, can you point me in the right direction? I did update file uploads to: file_1:{9999999-1},file_10:{99999999-1} but still no joy on getting the files as attachments. I am not trying to store them a database, just send them along.
Here is a backup of the form, in case that makes helping easier.
Hi druid,
Sorry, I missed that you had no file types specified either - please look at the [b[color=#BF0000]]bold red example[/color][/b] on the File Uploads tab.
Bob
ok, did that, but now I am not getting emails at all. before I was getting emails with not attachments. must be something hidden I am not seeing, maybe there is a server setting or something I should check?
Thanks for all the help, but it still just isn't working. I actually saw that you replied to someone else with that and it worked for her/him so I made that change, but still no joy. I tried looking at the upload directory permissions, every php setting I could think of, but still nothing. It only seems to be an issue with forms that have an attachment, so I guess I will work on it the old fashion way and do some hand coding.
Thanks anyways.
Hi druid,
disabling uploads makes it sending emails ? if so then show me your uploads tab screenshot with your form code please!🙂
Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi druid,
The backup form you posted earlier works OK with a little cleaning up.
Correctly complete the file upload info (see the earlier posts).
Remove the odd code snippet in one of the OnSubmit boxes
Change the Upload names in the email templates, the Form HTML and the File Uploads tab so that they are all the same (I also changed the input ids but I don't think that's strictly necessary).
Bob
PS I **strongly recommend** that you do not use a Dynamic From Email field - at least until the form is completely tested and working. Using this may cause your ISP, or the recipient's ISP to treat the email as spam.
Hi druid,
That could well be, the info in the FAQs dates back to an earlier version of ChronoForms. There have been a couple of posts in the last few days with the updated code.
Bob
OK i will look around for the post to find the new code. Thanks.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I'm having the same problem with the file attachment (in this case it will be more than just images, adding documents mostly), but I'm not quite sure where to look at. All the settings have been checked as for PHP allowing uploading and having a 4MB upload limit. This is my file upload string: file_24:doc|rtf|pdf|odf|jpg|gif|tiff{4000-0}
Please let me know of any information required for understanding the situation. Regards!
Hi waterbender,
Which problem are you having? - there are several mentioned in this thread.
Bob
I'm feel a little dumb here...
I was checking upon the id of the input and not the name... the one that should match is the name, not the id.
Usually you identify things by their unique id don't you? Anyway, it works, that's great! This has simplified my life a ton!
Usually you identify things by their unique id don't you?
this usually happens in JS but not for PHP or other functions!
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.