Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#301 2006-03-09 17:50:09
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: Plug-in: zem_contact_reborn
Help
I installed the plugin yesterday and it worked fine. For no reason it stopped working and helpless as i am i just reinstalled the latest Version of both plugins again but to no avail.
I am absolutely sure everything is okay:
<txp:zem_contact to="xxx
kbbu.de” copysender=“yes” form=”#contactForm” />@
<br />
contactForm is:
<code><txp:zem_contact_text required=“yes” label=“Name” /><br />
<txp:zem_contact_text required=“no” label=“Firma” /><br />
<txp:zem_contact_text required=“no” label=“Telefon” /><br />
<txp:zem_contact_email /><br />
<txp:zem_contact_textarea cols=“50” label=“Ihre Nachricht” />
<txp:zem_contact_submit label=”“/></code>
<br />
URL is:
http://www.stb-wantzen.de/kontakt
Any ideas? Can anybody please check?
Last edited by alexandra (2006-03-10 17:31:42)
Offline
#302 2006-03-09 19:13:27
Re: Plug-in: zem_contact_reborn
Just checked by trying to use the form (nice self-portrait on that page, btw! ;-)) Alex, and you are right – it’s broken.
I’m no coder, but this is the code I’m using on a working form, using the same version that you are:
<code>
<txp:zem_contact to=“xxxxx@westserve.org” copysender=“yes” label=”“>
<p><txp:zem_contact_text label=“Name:” break=”“ /></p>
<p><txp:zem_contact_email label=“E-Mail:” break=”“ /></p>
<p><txp:zem_contact_textarea label=“Message:” break=”“ /></p>
<txp:zem_contact_submit />
</txp:zem_contact>
</code>
<br />
Don’t know if that helps…
Offline
#303 2006-03-10 01:49:59
Re: Plug-in: zem_contact_reborn
Alex,
I guess you have turned off all of your other plugins for testing?
Is it the issue that its not submitting? What kind of testing do you need?
If you just need a submission, its working for me. Although, I don’t know if it sent it to you or not?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#304 2006-03-10 01:59:54
Re: Plug-in: zem_contact_reborn
No, there is definitely something wrong with it because clicking the “submit” without entering any detail should throw a load of error messages at you and it doesn’t. That’s usually the first test I do on the form.
Just to satisfy my curiosity Alex, take that empty “label” attribute out of the “submit” tag.
This won’t make any difference but you don’t need to specify required=“yes” as that is the default setting.
Last edited by thebombsite (2006-03-10 02:00:34)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#305 2006-03-10 02:18:45
Re: Plug-in: zem_contact_reborn
Weird, it sent it to me.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#306 2006-03-10 02:28:44
Re: Plug-in: zem_contact_reborn
Well it won’t send me a thing.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#307 2006-03-10 02:51:19
Re: Plug-in: zem_contact_reborn
Same here Stu.
Doesn’t send anything…
Offline
#308 2006-03-10 03:48:39
Re: Plug-in: zem_contact_reborn
I got this email sent to me:
From: matthew [at] artiswork . org
Subject: Steuerberaterin Claudia Wantzen > Inquiry
Date: March 9, 2006 8:49:22 PM EST
To: matthew [at] artiswork . org
Name: matthew Smith
Firma: artiswork
Telefon: 267-286-0063
Email: matthew [@] artiswork.org
Ihre Nachricht: A test
note that the strange part is that I sent it to myself somehow, whoa, that’s funky
Last edited by ma_smith (2006-06-30 13:07:50)
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#309 2006-03-10 03:52:08
Re: Plug-in: zem_contact_reborn
Hmmmmm Mathew, makes you wonder what they are testing for…… that doesn’t look to great does it?
Offline
#310 2006-03-10 04:00:42
Re: Plug-in: zem_contact_reborn
Matthew, you got a copy because Alex had turned on the ‘copysender’ option.
But Stu and I both got nothing…
I’m wondering if it’s a server problem, rather than Textpattern?
Offline
#311 2006-03-10 04:04:51
Re: Plug-in: zem_contact_reborn
ahh yes, that makes sense :) I forgot that was there.
Perhaps it is a server issue? I dunno. That’s funkytown. (stolen from a laugh I got about Soulship above)
Sorry Alex?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#312 2006-03-10 08:34:57
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: Plug-in: zem_contact_reborn
Hi folks, thanks so much for testing! The issue is pretty strange. I got Matthews email but not Stus.
Well, this morning i did remove the complete stylesheet for the comment form and it did not work. Then i removed styles for submit button:
/*#zemSubmit {
background: url(../images/11.jpg) no-repeat;
width:70px;
height:25px;
border:none;
float:right;
}
#zemSubmit input[type=“submit”]:hover { background: url(../images/10.jpg) no-repeat; }
#zemSubmit input[type=“submit”]:active {background: url(../images/11.jpg) no-repeat; }*/
and now it seems to work. At least i get error messages and could send a test email. Do you notice anything strange in the css?
Offline