Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#733 2010-03-03 20:28:41
Re: zem_contact_reborn 4.0.3.20
Wrong quotes. Try this instead:
<txp:zem_contact to="emailaddress" subject='Booking request for "<txp:title />"'>
Offline
#734 2010-03-04 10:29:23
Re: zem_contact_reborn 4.0.3.20
Thank you for your help Ruud, that works.
Just one more question, the header is rendering spaces, etc as HTML code – for example ‘Beginners’ Taster Day’ is rendering like this: Booking request for "Beginners' Taster Day"
Is there a way to correct this?
Last edited by decoderltd (2010-03-04 10:34:11)
Offline
#735 2010-03-05 19:00:53
Re: zem_contact_reborn 4.0.3.20
Try this:
<txp:zem_contact to="emailaddress" subject='Booking request for "<txp:php>echo $thisarticle[''title''];</txp:php>"'>
Offline
#736 2010-03-05 19:50:59
Re: zem_contact_reborn 4.0.3.20
That works perfectly and now I have a really neat generic booking form that can used for any event. Thank you for your help Ruud.
If you don’t mind I’ll forward the code to Mr Stubbs for possible inclusion on TXP TIPS, it might be useful for the general community.
Offline
#737 2010-03-07 17:46:43
- Leithen
- Member
- From: Scotland
- Registered: 2006-02-05
- Posts: 24
Re: zem_contact_reborn 4.0.3.20
I’m attempting to experiment with HTML5 – what would be the easiest way to include the placeholder attribute and different input types to the various input forms?
Offline
#738 2010-03-07 21:21:42
Re: zem_contact_reborn 4.0.3.20
Christian, edit the plugin code or use javascript (a variation on this script could easily do it. Instead of filling the value attribute with the placeholder attribute, you can do it the other way around. Same effect)
Offline
#739 2010-03-07 22:14:45
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: zem_contact_reborn 4.0.3.20
Always worth a try: rah replace.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#740 2010-03-08 15:27:51
- Leithen
- Member
- From: Scotland
- Registered: 2006-02-05
- Posts: 24
Re: zem_contact_reborn 4.0.3.20
Ruud, Uli, thanks for the pointers – I’ll dive into each and see which makes the most sense. (My php skills are not what they should be….)
Offline
#741 2010-03-17 19:27:31
Re: zem_contact_reborn 4.0.3.20
I’m having trouble with ZCR on a site with MLP. Not sure of the best place to post. I think the contact form stopped working after I installed MLP, but that was a long time ago, and I just noticed it not working now.
Once you hit the Send button, the page just refreshes and no email is sent. I’m running 4.2.0, ZCR 4.0.3.20 and ZCR-lang-mlp 4.0.3.6-ML
You can view the page here – http://www.almex.com/en/contact/
Offline
#742 2010-03-17 19:33:44
Offline
#743 2010-03-22 20:41:27
Re: zem_contact_reborn 4.0.3.20
Moved from “How do I” to here…
As simple as that:
Does anyone know how to add Bcc recipients using Zem Contact Reborn ?
Thanks !
_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__
Offline
#744 2010-03-22 22:15:50
Re: zem_contact_reborn 4.0.3.20
Guillaume, see this post and the response that follows.
Offline