Forum Replies Created
- AuthorPosts
franz1981
ParticipantThank you very much for your nice answer (and sorry for my limited english which isn’t my mother tongue as you probably already noticed it).
I’ll send you that list and — as I’m a quite organized type of person ;> — I won’t forget to do so. You’ll get it soon ; I’m so happy with your amazing form (that worths many times its price…). For professionnal developers as your team, one wouldn’t qualify these imprecision as “mistakes” per say : what I have to highlight couldn’t be confusing for (confirmed) developers. However, I still reported it because those imprecisions could lead for profanes like me to incomprehension.
The mails I don’t receive aren’t sent in spam. I’m not sure for the emails limit set by Free.fr but in any case the behaviour is odd : I could receive 5 emails sent within a minute and do not get one single I send after several hours of pause.
I tried the SMTP code gave in your doc. But stupid me again… The recipient is my Gmail address, but I thought I had to set the SMTP for Free.fr (which didn’t work) because the site is on a Free.fr server. I’ll so try with the Gmail settings so (hoping that your files are well encrypted for security, since I’ll hace to indicate my password for my main email account.I forgot one last question. This time, this is really the last one !
I set the hidden input as you adviced it, just before the upload button input :
<input type="hidden" name="MAX_FILE_SIZE" value="2097152" />
<input class="upload-element" id="upload" type="file" name="upload" />
in order to escape the uploading time before an error. But it doesn’t make any difference unfortunately :/ The file will take the time (which can be quite long) to be loaded before any error mistake is showed. In the case of that site (Super Meat Boy Machine), let say I try to upload a 4 Mo file : even if the limit is set to 2, the visitor will still need to wait for the 4 megas to be loaded. And the hidden input doesn’t make any difference.Respectfully,
François Nissefranz1981
ParticipantStupid me…. This is :
$form->addElement($upload); $upload->setAttach(<strong>true</strong>);
of course !That’s something you want to change in your documentation, as you say “false” there.
If you’re interested, I could send you a list of the few little mistaked I spoted in your documentation HTML page. Well, it’s already almost perfect 😉
As I resolved the problem myself, let me ask you my second and last question :
By any chance, do you know what’s wrong with FREE.FR server ? On a fun website I’m developping on this free server (here), I don’t receive ALL e-mails. Sometimes, 1 out of 10, sometimes 8 out of 10. Anyway, I will not propose a contact form if I don’t get every submission…
What could I do about this ? If i have to use SMTP method, what are the lines I’d have to write ? The few tries I gave to SMTP didn’t work (error on submit).Sincerely yours.
- AuthorPosts