It's a known issue that they don't upload properly when put in a repeater section.
Oke, thanks for you asnwer,
Do you know if there is another work around for this. Because when I only use a file upload field, and visitors want to upload more files (for example from anonther folder) the allready selected files are deleted from the field.
Kind regards,
Liesbeth Hiddema
The only workaround is to put the names of the repeater file field into the upload action manually. So if you know you will have a maximum of 3 upload areas (as an example)
you would need to put in
filefield[0]
filefield[1]
filefield[2]
You don't have the square brackets in your field name, so either take them out of your upload action or add them to your field name
Nope,
It still does not work when I delete the brackets.
Edit: I also tried with disableing multiple file selection with the same result.
OK so it's working for me at the moment.
I have my file field with multi field select set to No, the field name is repeat_file[{var:area_repeater#.key}]
In the file upload action, under custom files config, I have repeat_file:png,jpg etc etc (list of allowed file extensions)
Hello,
The solution posted by healyhatman is the correct one, I have set the important setps in bold!
And you better disable the "Upload to server" and "attach to email" settings in the file field settings.
best regards,
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The auto-attach files won't work, you need to put bestand in there too.
Are the files uploading to the server correctly?
Untick Auto upload and auto attach and put a debug action at the end
Put it at the end of the load event it might not be getting reached if you're having errors
I really really need the debug information that happens after you try to submit.
There's nothing in there about emailing or uploading at all. Get rid of the redirect at the bottom and put the debug there and try again please
Yes, I think that's because you asked me to disable some functions (auto upload, ect) and I'm a bit lost now...
When deleting the redirect and placing the debug on the end (and deleting it from the load section) there is no debug info on frontend.
If it's not showing the debug info then it must have stopped somewhere before that point. Drag it up one spot at a time til you figure out which thing is broken.
Hello,
Please remove the "Validate data" action for now, it will not work with the multiplier without some config and it's blocking the form from processing.
Then add the debugger to the bottom of the "submit" event after all the other actions.
Best regards,
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Worked for me so dunno why it didn't work for you.
Did you type it in manually, or did you copy paste the code I gave you? Because you should type it in manually
It finally works (after testing it with different e-mail accounts i figured out gmail didn't work)
Hi Liesbeth,
The second email - email7 in the Debugger output won't work on GMail because the From Email address does not match the sending domain name (that's one of several security checks that Google does).
Bob
PS Also you don't need t Reply To Email if it is the same as the From Email