Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#313 2008-04-26 19:31:54

joebaich
Member
From: DC Metro Area and elsewhere
Registered: 2006-09-24
Posts: 507
Website

Re: zem_contact_reborn 4.0.3.20

dreamer wrote:

I am using this for a client. And for some reason or another, the contact form inquiries aren’t getting through to their email address. But when I change it to a gmail account, he is getting the inquiries ,although they do fall into the spam folder.

Two questions;

Why aren’t the inquiries going into his initial email account. Is it something wrong with the domain registrar email solution that is causing this?

Aside from marking the email as “not spam”, is there anything else that I can do to make sure that the inquiries don’t fall into the spam folder but the inbox. A temporary workaround that we are using is to forward the inquiries from his gmail into his main email account.

But the permanent solution that I’m seeking is to figure out why the inquiries aren’t coming in at all with the initial email account

I don’t know if this is your situation but if your client has his own email server, e.g. a MS Exchange Server, operating on the same domain via the appropriate entries in the domain zone file, then it is likely that email generated from a form on the website will not reach any of that domain’s email addresses. In situations like that one needs to get the host to make the appropriate adjustments to their set up or ‘provisioning’ of the domain.

I hope this helps.

Last edited by joebaich (2008-04-26 19:33:07)

Offline

#314 2008-04-26 20:18:52

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

Re: zem_contact_reborn 4.0.3.20

t1m wrote:

does anyone know how I could get a class name attr for my zem_contact_email tag?

name="value" gives id="value"


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

Offline

#315 2008-05-01 20:24:44

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: zem_contact_reborn 4.0.3.20

Having a small issue with <txp:zem_contact_radio />

I have the following:

<txp:zem_contact_radio name="registrationfee" label="Student" group="fees" />
<txp:zem_contact_radio name="registrationfee" label="General-Member" />
<txp:zem_contact_radio name="registrationfee" label="Non-Member" />

When the form gets submitted…I get stuff like this in the value=:
qacc88920832962d6d642a1544dd3d0ea

Do I have this setup wrong?
I need the value of the label to be passed in the form submit.

Plz. hlp.


Tom

Offline

#316 2008-05-01 22:34:52

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

I’m speculating a bit here about what you’re trying to do but… you shouldn’t be looking at how ZCR submits stuff by using $_POST, but rather look at the contents of the zem_contact_form/values/labels arrays after submitting the form. Those arrays contain validated and sanitized input.

Offline

#317 2008-05-06 12:04:49

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: zem_contact_reborn 4.0.3.20

Has anyone got an image field to work on the submit button – I get an enlarged form button behind it using:

<txp:zem_contact_submit><img src=“path/to/img.png” alt=“submit”></txp:zem_contact_submit>

Offline

#318 2008-05-06 12:48:45

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

Use a normal HTML submit button instead.
zem_contact_submit doesn’t really do anything special. It just creates a normal submit button. If you can create a better one using normal HTML, go for it. It’ll work fine.

Offline

#319 2008-05-07 01:20:57

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: zem_contact_reborn 4.0.3.20

Thanks ruud – works perfectly

I love this plugin :)

Offline

#320 2008-05-08 08:52:24

Manhog
Member
From: Manchester, UK
Registered: 2004-03-15
Posts: 24

Re: zem_contact_reborn 4.0.3.20

Hello,

I’m currently using v4.0.3.17. Not upgraded yet as the site I have the plugin installed on is a biggie and worried about it breaking stuff at the moment.

I have a weird problem. The plugin has worked fine with two different contact forms on two separate pages.

However, I’ve now got a problem that is driving me nuts.

I made a new section called ‘nomination’. I made that section use my static page template.

I made a new article that uses the ‘nomination’ section, and in that article placed an output_form call to a TXP form containing the contact form I want to use.

The contact form is called mba_nom_form.

When going to the URL for the form (mysite.com/nomination) the form shows and required fields are caught when the form is submitted.

However, when submitting a form that contains all required fields, the form is not submitted (no email is received) and TXP throws a generated 404 page on that URL (mysite.com/nomination).

I’ve used this technique of placing contact forms in static pages in sections before and it works no problem – but this one is making me tear my hair out.

I did notice phpMyAdmin complaining that PRIMARY and INDEX keys should not both be set for column ‘name’ after I added the new section in TXP. Not sure if that has anything to do with this.

Any help would be greatly apreciated.

EDIT – Just to make clear that I am using a ‘thanks’ form, but that’s not causing the error as the name when called by zem_contact thanks_form is correct, etc.

Last edited by Manhog (2008-05-08 08:53:49)

Offline

#321 2008-05-08 09:54:41

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

ZCR 4.0.3.17 is a 2 year old version of this plugin with known security problems. Please upgrade first.

Offline

#322 2008-05-08 12:09:47

Manhog
Member
From: Manchester, UK
Registered: 2004-03-15
Posts: 24

Re: zem_contact_reborn 4.0.3.20

ruud wrote:

ZCR 4.0.3.17 is a 2 year old version of this plugin with known security problems. Please upgrade first.

Oops! Will do.

However, we found out what the problem was. A label for one of the fields had exactly the same name as one of our TXP custom fields. We changed the name of the label and everything worked again.

Offline

#323 2008-05-08 15:53:07

zero
Member
From: Lancashire
Registered: 2004-04-19
Posts: 1,470
Website

Re: zem_contact_reborn 4.0.3.20

If anyone reading this thread knows of a unique or cool use of zem_contact_reborn, then they can leave a comment about it in this article

There are many ways the plugin has been used and I thought it would be good to have links to them in one place without having to trawl through lots of forum pages.


BB6 Band My band
Gud One My blog

Offline

#324 2008-05-13 17:35:46

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: zem_contact_reborn 4.0.3.20

Hi,

I’m trying to uses Els’s trick to have different languages for zem_contact_reborn.
It works on some strings, but it doesn’t in others. Particularly, on ‘email_subject’, and ‘message’.
On ‘email_subject’ it seems it escapes txp tags (or doesn’t parse them) so the subject on the email has <txp:tag /> on it.
For ‘message’, it always outputs the content of the second conditional, always.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB