Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2008-05-13 17:53:56
Re: zem_contact_reborn 4.0.3.20
The email subject line isn’t parsed, so adding TXP tags there won’t work.
You could try using asy_wondertag instead for the subject attribute of the zem_contact tag.
Offline
#326 2008-05-13 18:36:25
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
maniqui wrote:
I’m trying to uses Els’s trick to have different languages for zem_contact_reborn.
Hi Julián, I’m still using that ‘trick’ on one or two sites :) Better of course is the MLP pack, but I assume you know that, and have your reason not to use that. After I posted this trick, fpradignac mailed me his modified version of zem_contact_reborn, that allowed to add different language strings in zem_contact_lang, and call them with a new attribute in the zem_contact tag. I used it for a while (had it working with 4 languages) but dropped it again when zem_contact_reborn was updated (which happened quite often those days…). If you’re interested I can mail it to you, but of course that was 4.0.3.03, so you’d have to do some figuring out to fit it into the current version.
Offline
#327 2008-05-13 19:03:09
Re: zem_contact_reborn 4.0.3.20
@ ruud,
thanks for your help. Yes, probably doable with wondertags, or even easier, having two zem_contact tags, each one wrapped with txp:if_section
.
@Els,
thanks you too. Yes, I was about to use the MLP but when I was trying to install it, it complained because the hosting was still using an older MySQL version.
So I finally did an approach to a bilingual site without using MLP.
It is a really simple site, and it could have ever been made multi-lingual without the MLP.
I will try to write a tutorial about how I did it.
Of course, nothing beats the power and flexibility of MLP.
Offline
#328 2008-05-15 12:24:16
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
Maybe it’s been asked before, but I didn’t notice it when browsing this thread.
Is it possible to send form sender a little bit different copy (when using “copysender” attribute)?
For example an additional announcement besides copy of the original mail.
So, before the content it would say: “Thank you for your order. We will get back to you as soon as possible.” And then the rest of the mail would be fulfilled fields (name, phone nr, product code etc) like usually.
Tnx
Offline
#329 2008-05-15 14:13:26
Re: zem_contact_reborn 4.0.3.20
Not yet, but definitely planned for future release.
Offline
#330 2008-05-16 18:07:50
Re: zem_contact_reborn 4.0.3.20
This is a trusty standby plugin, Thanks… but I must ask…
How likely is it that we’ll see tab index attributes materialize in the near future?
Offline
#331 2008-05-17 09:46:52
Re: zem_contact_reborn 4.0.3.20
What I’d like to do is simply allow all attributes that are normally possible in HTML form tags.
Offline
#332 2008-05-17 21:50:37
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: zem_contact_reborn 4.0.3.20
mrdale wrote:
How likely is it that we’ll see tab index attributes materialize in the near future?
According to WebAIM and the Royal National Institute of Blind People (UK), tabindex often causes more problems than it solves. If you’re using it for accessibility reasons, you may want to rethink your approach.
ruud wrote:
What I’d like to do is simply allow all attributes that are normally possible in HTML form tags.
I could imagine that being very handy.
Offline
#333 2008-05-19 18:59:21
Re: zem_contact_reborn 4.0.3.20
Got impatient and used the batphone (igner)… see here, young man
Ruud, feel free to fold it in. Thanks to Jeremy Amos.
Last edited by mrdale (2008-05-19 21:23:55)
Offline
#334 2008-05-20 09:32:15
- castanet
- Member
- From: Oxford
- Registered: 2005-03-19
- Posts: 97
Re: zem_contact_reborn 4.0.3.20
In my form, txp:zem_contact_checkbox is returning the on/off result with the label text rather than the name value. I have labels that say Morning and Afternoon for every day of the week but I want the form results to say Monday-am, Monday-pm, Tuesday-am etc etc
Also, in the input field the class value is shown thus: class=“zemCheckbox “ with a space before the final quote and in the label field like this: class=“zemCheckbox Monday-Morning” – big space in the middle. Is that right?
Thanks
Offline
#335 2008-05-20 09:51:16
Re: zem_contact_reborn 4.0.3.20
That’s the correct behaviour, yes.
Offline
#336 2008-05-20 14:35:27
- mttw
- Member
- From: The Netherlands
- Registered: 2005-03-12
- Posts: 26
Re: zem_contact_reborn 4.0.3.20
Is is possible to send a BC or BCC with Zem Contact Reborn
txp:zem_contact to=“recipient@example.com”
I want to send it to recipient@example.com but also to recipient2@example.com
Offline