Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#616 2009-04-30 09:34:18
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,331
Re: zem_contact_reborn 4.0.3.20
Els wrote:
Gallex, as far as I know you can only enter an email address as a value for the
fromattribute, or in the from_form.
that’s a pity…client wants definitetly a sender name to appear on “sender” column in inbox
Offline
#617 2009-04-30 09:38:32
Re: zem_contact_reborn 4.0.3.20
ok it worked now I’ve changed the email address I’m using and it worked but it went into my spam box. Is there no way that I can use Hotmail? Also how do I stop it from going into the spam box?
Offline
#618 2009-04-30 12:03:27
Re: zem_contact_reborn 4.0.3.20
WildeMedia wrote:
Also how do I stop it from going into the spam box?
By creating a rule in your email client based on the title of the email. the reason it goes to the junk is probably because the “from” email is not in your address book.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#619 2009-04-30 12:21:52
Re: zem_contact_reborn 4.0.3.20
ok ive added it now so it doesnt go into my spam box by simply clicking on ‘not spam’ : )
Offline
#620 2009-05-12 15:41:09
- Katri
- New Member

- From: Finland
- Registered: 2009-05-12
- Posts: 8
Re: zem_contact_reborn 4.0.3.20
Is there a way to do checkbox with other language – so that the recipient email would output something else than “Yes” and “No” ?
I would need them in finnish like “Kyllä” and “Ei”.
Offline
#621 2009-05-12 16:45:29
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
If you have Finnish installed as the main language, it will output the Finnish ‘yes’ and ‘no’.
Offline
#622 2009-05-13 07:09:05
- Katri
- New Member

- From: Finland
- Registered: 2009-05-12
- Posts: 8
Re: zem_contact_reborn 4.0.3.20
Thank you Els, the finnish language installation helped!
Offline
#623 2009-05-29 21:58:59
Re: zem_contact_reborn 4.0.3.20
hey!
I’m trying to pull some content like the article title in the mail subject and in a secret field
and it’s not working, what I’m geting is: sibject: <txp:title /> – instead of the content.
<txp:zem_contact to=“mymail@myhost.com” from=“my website <mymail@myhost.com>” subject=“message from my website – <txp:title />” label=”“>
<br />
<txp:zem_contact_secret label=“my label” value=”<txp:title />” />
what is the right way to do it please?
Offline
#624 2009-05-30 02:07:58
Re: zem_contact_reborn 4.0.3.20
Use simple quotes when nesting txp tags inside txp tags.
Like this:
<txp:zem_contact to="mymail@myhost.com" from="my website <mymail@myhost.com>" subject='message from my website - <txp:title />' label="">
<br />
<txp:zem_contact_secret label="my label" value='<txp:title />' />
Offline
#625 2009-05-30 09:01:00
Re: zem_contact_reborn 4.0.3.20
maniqui wrote:
Use simple quotes when nesting txp tags inside txp tags.
thanks!
works great =)
Offline
#626 2009-06-03 11:57:27
Re: zem_contact_reborn 4.0.3.20
Is it possoible to have required pairs? So when field A is not filled in, field b has to be filled in and vice versa.
Offline
#627 2009-06-03 12:02:18
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: zem_contact_reborn 4.0.3.20
dl33 wrote:
Is it possoible to have required pairs? So when field A is not filled in, field b has to be filled in and vice versa.
adi_contact might be able to do it.
— Steve
Offline
#628 2009-06-04 13:01:19
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,331
Re: zem_contact_reborn 4.0.3.20
Els wrote:
Gallex, as far as I know you can only enter an email address as a value for the
fromattribute, or in the from_form.
but, is it too much work to rewrite this part (sender name instead of email address into sender field of email header ) of a code?
client just so….relentless in this :(
Offline
#629 2009-06-04 13:10:28
Re: zem_contact_reborn 4.0.3.20
from=“Your name <your@address.com>”
Offline
#630 2009-06-04 13:39:53
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,331
Re: zem_contact_reborn 4.0.3.20
THE BLUE DRAGON wrote:
from=“Your name <your@address.com>”
into this place “Your name…” should appear the text which client has typed into “Your name” input field. not my name
Offline