Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#451 2006-04-07 05:27:44
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: Plug-in: zem_contact_reborn
I have a problem discussed in this thread
When I used this code, no value showed up in the message.
<txp:zem_contact_radio name="forstahandsval" label="Tvärflåt" />, från 10 år
Is seems like it’s not possible to have foreign-characters in the label of a radio-button. I need both the form-output and the mail-content to make sense which demands the use of “åäö-characters.”
See the site in action here
Last edited by joel (2006-04-07 05:29:28)
Offline
#452 2006-04-20 06:19:12
Re: Plug-in: zem_contact_reborn
In the help of the zem_contact_lang plugin, you link to a thread of doggiez that would provide an example of a dual-language utilisation, but the link point to the begining of this thread and after reading this 19 pages … I’ve found nothing.
Where can we find this example please, cause I’m trying to use 2 languages ?
Last edited by fpradignac (2006-04-20 06:32:53)
françois
Offline
#453 2006-04-20 10:47:27
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: Plug-in: zem_contact_reborn
fpradignac wrote:
In the help of the zem_contact_lang plugin, you link to a thread of doggiez that would provide an example of a dual-language utilisation, but the link point to the begining of this thread and after reading this 19 pages … I’ve found nothing.
Where can we find this example please, cause I’m trying to use 2 languages ?
I’ve noticed that allso, and from what I remember, inside the 20 pages, there is a post from Doggiez(Els) that links to another post, where you find the dual language info, but of course, reading the 500 posts again would be a waste of time.(Best thing, drop her a forum mail)
regards
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#454 2006-04-20 14:35:17
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Plug-in: zem_contact_reborn
I already mailed François, but if anyone else wants it: here.
Last edited by els (2006-04-20 14:35:34)
Offline
#455 2006-04-21 03:30:21
Re: Plug-in: zem_contact_reborn
Apologies for posting this, but the search function has not been too helpful with my problem, which is getting the plugin to work at all. It is installed & activated, and the tag is simply <txp:zem_contact to=“info@inkwire.net”>.
The result? _“To” address is missing. _ is this common?
thank you.
**** 5 minutes later ****
about to go to sleep, figured i’d take one more look, closed the tag so it’s now <txp:zem_contact to=“info@inkwire.net” /> and VOILA. it works.
Last edited by puthupa (2006-04-21 03:42:27)
arp laszlo
www.inkwire.net
Offline
#456 2006-04-24 18:03:40
Re: Plug-in: zem_contact_reborn
Hi all,
Is there any way to specify the sender’s name (usually, our name) in the “copysender” sent email?
I’m testing the contact form, and as “visitor”, I have received a copy of the e-mail. There, in the sender e-mail it shows: “info@mydomain.com”, but I would like something more personalized, like “Julián / Mydomain.com”.
Another reason for this request: there are services like Google Mail that, in the sender column, hides the domain of the e-mail address.
So, an address like “info@mydomain.com” looks like “info” <— very spam-look-like
Any hint will be appreciated.
Thanks <small>and excuse my english</small>
Offline
#457 2006-04-25 05:12:21
Re: Plug-in: zem_contact_reborn
When you are with “messy url”, the form tag is displaied with “messy” tag action and you keep your <code>&</code> when you have /home/?id=4&c=text for example.
So I put a little str_replace to transform <code>&</code> in <code>& amp ;</code> line 240 :
<code>$reqUri = str_replace(“&”, ‘&’, serverSet(‘REQUEST_URI’)); // amp prevent</code>
<code>return ‘<form method=“post” id=“zemContactForm” action=”’.$reqUri.’”>’. // amp prevent</code>
Hope it’ll help someone.
And hope that Stuart received my private mail about my hack that provide the ability to make multi-language forms.
Last edited by fpradignac (2006-04-25 05:23:34)
françois
Offline
#458 2006-04-25 09:27:07
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: Plug-in: zem_contact_reborn
There is still also some localization issues with non ASCII strings(See Phiwi13n’s request above) if I don’t hear anything, I will try to hack the backend to allow display of those character strings for the companion plugins in the backend and publish it here.
Last but not least many thanks to all of you , who worked on this plugin and made all this possible, including Stuart of course.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#459 2006-05-07 11:28:02
Re: Plug-in: zem_contact_reborn
Hi, when I install (zem_contact_reborn_4.0.3.17.txt) and active it, then view white page.
I have installed zem_contact 0.6, zem_contact_lang_4.0.3.03.txt, pap_contact_cleaner v0.1.txt
Project: Textpattern with Texy
Job: Webdesign
Offline
#460 2006-05-07 15:09:05
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: Plug-in: zem_contact_reborn
Stuart (and team),
thanks for all the work you and the team have put into this plugin—very useful.
I have a feature request for you. Would it be possible to add an additional attribute to the zem_contact tag that would allow the form action to include an in-page jump target? I’ve hacked my install of .17 to do this as it’s not very difficult.
How does this improve your visitor’s experience? Well, it allows you to wrap the zem_contact form with a named div and have the submit jump right back to the form to see your thank-you message or errors. This helps keep them focused on the form and prevent the submit bringing you back to the top of the contact form page. Helpful if the contact form overlaps the fold.
Just an idea. You can check out the implementation on my website contact page to see it in action.
— Steve
Offline
#461 2006-05-07 20:10:56
- Logoleptic
- Plugin Author

- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: Plug-in: zem_contact_reborn
Steve: You can accomplish much the same thing by using show_error="no" attribute on the contact form, then using another zem_contact_reborn tag at the top of your Page template with show_input="no" to display the error output. See the documentation for more information.
Personally I’d rather not add an additional feature when one already exists to accomplish the same thing. I like how feature-rich this plugin is, but I don’t think it should be made any more complicated than necessary.
Offline
#462 2006-05-07 20:12:25
- Logoleptic
- Plugin Author

- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: Plug-in: zem_contact_reborn
ivorius wrote:
I have installed zem_contact 0.6, zem_contact_lang_4.0.3.03.txt, pap_contact_cleaner v0.1.txt
Try removing zem_contact before installing zem_contact_reborn. You might be getting a plugin conflict of some kind.
Offline
#463 2006-05-08 01:59:14
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: Plug-in: zem_contact_reborn
Logoleptic(Adam): thank you for the reply.
I did try that at first but for some reason the show_input=“no” didn’t prevent the default input fields from showing on the page—kind of ugly to have your personalised inputs followed by the defaults. This was some time ago and I didn’t go hunting for the reason for it. However, I was using the plugin in what might be a slightly unusual way: in an article.
I do agree with you though, this is a feature rich plugin.
PS>I like your sig quote!
— Steve
Offline
#464 2006-05-08 02:11:33
Re: Plug-in: zem_contact_reborn
Is anyone getting spammed even when they have the contact cleaner installed?
I’m getting hit several times a day
:(
M
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline