Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#253 2008-03-09 22:08:59
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: zem_contact_reborn 4.0.3.20
ruud wrote:
If you did not specify a default option in the form template (and you really should specify one), ZCR assumes it’s the first one if the user didn’t select anything.
But how can I then let the user know that if he didn’t select one, he should do that?
Maybe I should switch to a Select element.
Regards,
Joey
Offline
#254 2008-03-09 22:19:47
Re: zem_contact_reborn 4.0.3.20
You should always set one of the radio buttons to be selected by default. Some browsers do that for you, but for some you have to set the default selection.
Offline
#255 2008-03-11 10:46:58
- erlando
- New Member
- Registered: 2008-03-10
- Posts: 2
Re: zem_contact_reborn 4.0.3.20
Hi,
I’m using Postmaster for sending out newsletters. Ben Bruce of Postmaster asked me to look at ZCR for answers to the following question.
How do I send a confirmation e-mail (possibly with a confirmation-link) to users when they submit their e-mail to my mailing-list?
Thanks.
Søren Erland Vestø
Klean A/S
http://klean.dk
Offline
#256 2008-03-11 17:46:04
Re: zem_contact_reborn 4.0.3.20
You could try using the ‘copyself’ attribute on the zem_contact tag. That would send an email to the person who filled out the form.
Offline
#257 2008-03-14 15:54:56
- crowleyr
- Member
- From: Tallinn
- Registered: 2006-04-04
- Posts: 27
Re: zem_contact_reborn 4.0.3.20
hej,
I have ZCR installed. http://grainnecrowley.com/test (unstyled)
However when I send a message this error appears Tag error: <txp:zem_contact to=“mail AT grainnecrowley.com” /> -> Warning: mail(): Bad parameters to mail() function, mail not sent. on line 230
PHP Mail test works fine:
http://grainnecrowley.com/mail.php
any ideas?
thanks
Offline
#258 2008-03-14 16:19:13
Re: zem_contact_reborn 4.0.3.20
What are you using as Subject, recipient and sender email address? Feel free to contact me by email if you don’t want to publish that here on the forum.
Offline
#259 2008-03-17 23:44:43
- christopherTate
- New Member
- Registered: 2008-03-17
- Posts: 4
Re: zem_contact_reborn 4.0.3.20
Hellooo :D
Great plugin. Works wonderfully.
I’m currently using the plugin to run a site survey and wanted to know how to do the following:
Change the redirect page – at the moment it returns the user to the same page, sans survey, how can I forward them to a different page in my site?
Dynamic content / return email – I’d also like to email my users, thanking them for their assistance, and include some sort of dynamically generated code for rendering a discount coupon of sorts. It would be great if, upon completion of the survey, the user received an email with their username that thanked them and included a rand number/code.
Can someone help me out?
Thanks!
Offline
#260 2008-03-18 00:50:30
Re: zem_contact_reborn 4.0.3.20
Redirection is explained in the plugin documentation (see help link on the plugins tab). It’s the ‘redirect’ attribute in the <txp:zem_contact /> tag that you’re looking for.
The dynamic return mail can be done with an add-on plugin (one you’d have to write) that would hook in to the zemcontact.submit callback event.
Offline
#261 2008-03-18 01:43:35
- christopherTate
- New Member
- Registered: 2008-03-17
- Posts: 4
Re: zem_contact_reborn 4.0.3.20
Thank you!
Offline
#262 2008-03-18 10:46:09
- crowleyr
- Member
- From: Tallinn
- Registered: 2006-04-04
- Posts: 27
Re: zem_contact_reborn 4.0.3.20
hej,
I have managed to style .zemTextarea
However, I am struggling to style the overall .zemContactForm namely font size for labels.
Also how do I remove “Contact” string?
http://grainnecrowley.com/contact
thanks,
RC
Offline
#263 2008-03-18 11:05:32
Re: zem_contact_reborn 4.0.3.20
The ‘contact’ string can be removed by setting the attribute label=""
in the zem_contact tag.
You can style font size of the labels like this:
label { font-size: 90%; }
Offline
#264 2008-03-21 04:26:53
- christopherTate
- New Member
- Registered: 2008-03-17
- Posts: 4
Re: zem_contact_reborn 4.0.3.20
Ignore this message, I made a silly error…. m( .)_(. )m
Last edited by christopherTate (2008-03-21 04:53:06)
Offline