ITtechgirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingI gave up with contact form 7 and installed formcraft 3 (at least this works with what I need).
Thanks all for the support.Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingdo the table and then fill it with the form fields.
Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingWell… I installed Postman SMTP and now it is not working at all giving this error:
Failed to send your message. Please try later or contact the administrator by another method.I don’t know what more to do.
Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingThe problem is with attachments.
If there is attachment, mail is not coming. File does not appear in folder.
If there is no attachment, mail comes.Also, putting more than [your-name] in FROM in the mail settings, makes email not to deliver.
The funny thing is that I have the same plugin, on another site on the same hosting platform, which I set up by the book and that one works, perfectly.I don’t get it anymore. I don’t know what could be faulty.
Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingI have not received any mail. and in folder I don’t have any attachment.
Where should I change and what? Please… I will appreciate it.Forum: Plugins
In reply to: [Contact Form 7] contact with attachament not sendingcode for form:
<b>Lasa-ne cateva informatii de contact</b> <table> <tr><td>Numele tau*: </td><td>[text* your-name]</td></tr> <tr><td>Numele firmei*:</td><td>[text* numele-firmei]</td></tr> <tr><td>CUI firma*:</td><td>[text* CUI-firma]</td></tr> <tr><td>Numar de telefon*:</td><td>[text* telefon]</td></tr> <tr><td>Adresa de e-mail*: </td><td>[email* your-email]</td></tr> </table></br> <b>Avem nevoie de cateva informatii despre produs</b> <table> <table> <tr><td>Incarca desenul tehnic*: </br>(dimensiune maxima fisier: 5mb; </br>format:png,jpg,doc,pdf)</td><td>[file* your-file filetypes:png|jpg|pdf|doc limit:5mb]</td></tr> <tr><td>Instructiuni suplimentare/observatii:</td><td>[textarea your-message 20x4]</td></tr> <tr><td> <table><tr><td colspan="2" style="text-align:center">Introdu codul de verificare</td></tr> <tr><td align="center">[captchac captcha-1 size:l]</td><td align="center">[captchar captcha-1 4/4]</td></tr> </table> </td> <td align="center">[submit "Trimite solicitarea >>"]</td> </tr> <tr><td colspan="2"></br></td></tr> <tr><td colspan="2" style="text-align:center"><b>Nota: Toate campurile marcate cu * sunt obligatorii</b></td></tr> </table>
this is how the mail part looks: https://prntscr.com/8gvjgu
here is the form: form
I don’t see what is wrong…
Forum: Plugins
In reply to: [Contact Form 7] contact form validation errori fixed it. code was bad.
here is the good code.<b>Lasa-ne cateva informatii de contact</b> <table> <tr><td>Numele tau*: </td><td>[text* your-name]</td></tr> <tr><td>Numele firmei*:</td><td>[text* numele-firmei]</td></tr> <tr><td>CUI firma*:</td><td>[text* CUI-firma]</td></tr> <tr><td>Numar de telefon*:</td><td>[text* telefon]</td></tr> <tr><td>Adresa de e-mail*: </td><td>[email* your-email]</td></tr> </table></br> <b>Avem nevoie de cateva informatii despre produs</b> <table> <table> <tr><td>Incarca desenul tehnic </br>(formate:.png, .jpeg, .doc sau .pdf):</td><td>[file fisier limit:5mb filetypes:png|jpg|pdf|doc]</td></tr> <tr><td>Instructiuni suplimentare/observatii:</td><td>[textarea your-message 20x2]</td></tr> <tr><td> <table><tr><td colspan="2" style="text-align:center">Introdu codul de verificare</td></tr> <tr><td align="center">[captchac captcha-1 size:l]</td><td align="center">[captchar captcha-1 4/4]</td></tr> </table> </td> <td align="center">[submit "Trimite solicitarea >>"]</td> </tr> <tr><td colspan="2"></br></td></tr> <tr><td colspan="2" style="text-align:center"><b>Nota: Toate campurile marcate cu * sunt obligatorii</b></td></tr> </table>
Now I only have to figure out why on the same hosting plan, from 2 different websites one the form works and sends email. and the other no.
Forum: Plugins
In reply to: [Contact Form 7] contact form validation errorI tested with another form (auto-generated)… apparently that one works, though no email arrives to my inbox.
So I adjusted the code to what is below but I still have the validation error: Your entered code is incorrect. + Validation errors occurred. Please confirm the fields and submit it again.<b>Lasa-ne cateva informatii de contact</b> <table> <tr><td>Numele tau*: </td><td>[text* your-name size:30 max-length:100]</td></tr> <tr><td>Numele firmei*:</td><td>[text* numele-firmei size:30]</td></tr> <tr><td>CUI firma*:</td><td>[text* CUI-firma size:30]</td></tr> <tr><td>Numar de telefon*:</td><td>[text* telefon size:30]</td></tr> <tr><td>Adresa de e-mail*: </td><td>[email* your-email size:30 max-lenght:100]</td></tr> </table></br> <b>Avem nevoie de cateva informatii despre produs</b> <table> <table> <tr><td>Incarca desenul tehnic </br>(formate:.png, .jpeg, .doc sau .pdf):</td><td>[file fisier limit:5mb filetypes:png|jpg|pdf|doc]</td></tr> <tr><td>Instructiuni suplimentare/observatii:</td><td>[textarea your-message 20x2]</td></tr> <tr><td> <table><tr><td colspan="2" style="text-align:center">Introdu codul de verificare</td></tr> <tr><td align="center">[captchac captcha-1 size:l]</td><td align="center">[captchar captcha-1 10/20]</td></tr> </table> </td> <td align="center">[submit "Trimite solicitarea"]</td> </tr> <tr><td colspan="2"></br></td></tr> <tr><td colspan="2" style="text-align:center"><b>Nota: Toate campurile marcate cu * sunt obligatorii</b></td></tr> </table>