Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1525 2015-05-30 17:11:37

pierlu
Member
Registered: 2014-08-12
Posts: 153

Re: zem_contact_reborn 4.0.3.20

Ho installato il plugin zem-contact, non ricordo come si fa a visualizzare il messaggio di errore quando si sbaglia qualcosa nel form contatti

Offline

#1526 2015-05-30 17:23:39

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: zem_contact_reborn 4.0.3.20

required="1" ?


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#1527 2015-05-30 18:18:14

pierlu
Member
Registered: 2014-08-12
Posts: 153

Re: zem_contact_reborn 4.0.3.20

Ho provato ma non viene
ecco il form, che ho scritto <div class=“formmail”>
<section>
<p> Se avete dubbi, domande, perplessità o curiosità sull’associazione, potete scrivere al Presidente compilando il form di seguito. Sarete ricontattati il prima possibile </p>
</section>
<form> <txp:zem_contact to=“office@email.com”> <div class=“nome”><txp:zem_contact_text label=“Nome” break=”“/></div>
<div class=“cognome”><txp:zem_contact_text label=“Cognome” break=”“/></div>
<div class=“mail”> <txp:zem_contact_text label=“Indirizzo Email” break=”“/></div>
<div class=“text”><txp:zem_contact_textarea label=“Il tuo messaggio” break=”“ /></div>
<div class=“invia”><txp:zem_contact_submit label=“Invia” /> </txp:zem_contact></div>
</form>
</div> <!—form—>

Offline

#1528 2015-05-30 19:55:26

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: zem_contact_reborn 4.0.3.20

I don’t see there a single instance of the required required="1" parameter.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#1529 2015-05-30 20:36:58

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: zem_contact_reborn 4.0.3.20

Also: Remove the opening and the closing form tags, they might cause malfunctions.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#1530 2015-05-31 07:08:13

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: zem_contact_reborn 4.0.3.20

try.

<div class="formmail">
<section><p> Se avete dubbi, domande, perplessità o curiosità sull'associazione, potete scrivere al Presidente compilando il form di seguito. Sarete ricontattati il prima possibile </p> </section>
<txp:zem_contact to="office@email.com">     
<div class="nome"><txp:zem_contact_text label="Nome" required="1" break="" /></div>
<div class="cognome"><txp:zem_contact_text label="Cognome" required="1" break="" /></div>
<div class="mail"><txp:zem_contact_text label="Indirizzo Email" required="1" break="" /></div>
<div class="text"><txp:zem_contact_textarea label="Il tuo messaggio" required="1" break="" /></div>
<div class="invia"><txp:zem_contact_submit label="Invia" /></div>
</txp:zem_contact>
</div>  <!--formmail-->

Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#1531 2015-07-27 19:06:23

giampablo
Member
From: Italy
Registered: 2008-07-17
Posts: 86
Website

Re: zem_contact_reborn 4.0.3.20

Can somebody provide me with a compiled and updated version of zem_contact_reborn 4.5.x?
I successfully installed a compiled version that (maybe) I found in this thread but I cannot find anymore.
Unfortunately it seems to be an outdated version, since textpacks are missing.

I would like to contribute with textpack in italian. I am not signed in Github, so I should email it to Stef, right?

Offline

#1532 2015-07-27 21:19:50

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: zem_contact_reborn 4.0.3.20

giampablo wrote #293743:

Can somebody provide me with a compiled and updated version of zem_contact_reborn 4.5.x?

Drop me an email and I’ll send you one over.

I would like to contribute with textpack in italian… should email it to Stef, right?

Certainly! Thank you.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#1533 2015-11-09 02:25:55

treechime
New Member
Registered: 2015-11-09
Posts: 4

Re: zem_contact_reborn 4.0.3.20

I’m having a huge amount of difficulty getting zem_contact_reborn to send mail.

The PHP mail function is working elsewhere throughout TextPattern, but no emails are being send through the contact form. The mail function is returning as true as well – which leads me to believe it might be a server issue, but the hosting company is saying there is no problem.

It was working up until recently – I don’t know what might have changed to stop it from working. Google is not helping me much with this issue.

I’m on zem_contact_reborn 4.0.3.20 and Textpattern 4.0.8.

Offline

#1534 2015-11-09 02:41:09

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 229
Website

Re: zem_contact_reborn 4.0.3.20

treechime, if you have cPanel or equivalent, maybe it has a Trace Route tool or something like that. It’s a tool which you can use to check what happens to a specific email address. I’ve had similar problems with zem_contact_reborn, and I found it was because some email address or IP address (or something) was blacklisted and marked as spam. Of course my hosting provider claimed there’s no issue — that’s the standard answer they typically offer.

Offline

#1535 2015-11-09 02:46:42

treechime
New Member
Registered: 2015-11-09
Posts: 4

Re: zem_contact_reborn 4.0.3.20

Cloud hosting, so no cPanel, unfortunately. The Console for the hosting is pretty useless and I don’t seem to have any access to error logs. I feel like it is some kind of blacklisting problem but I don’t seem to have a way to check it out.

Offline

#1536 2015-11-09 02:56:33

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 229
Website

Re: zem_contact_reborn 4.0.3.20

Perhaps you could check with this tool if the host/IP is marked as naughty.

Offline

Board footer

Powered by FluxBB