Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1021 2011-05-16 18:08:02
- pafruu
- Member
- From: New Brunswick, Canada
- Registered: 2010-01-14
- Posts: 65
Re: zem_contact_reborn 4.0.3.20
Works like a charm thank you very much :)
I try, and I try, and I try…. and sometimes I achieve
Offline
#1022 2011-05-17 00:45:06
Re: zem_contact_reborn 4.0.3.20
bici wrote:
while we are on the subject. has anyone modified the zem_contact_lang plugin to accept a Bcc field, without hacking the code?
Technically, I think the only way you can get it to work is to ‘hack’ the code!
I’ve started some work to make this happen the same way that the rest of the plugin works eg. to accept a form for bcc or an email bcc address as an attribute. My first attempt works, but I need to tidy it up and test it some more first.
Offline
#1023 2011-05-20 17:27:52
- lonelytraveller
- Member
- From: Firenze, Italy
- Registered: 2008-04-04
- Posts: 45
Re: zem_contact_reborn 4.0.3.20
I’ve part of this thread, but I couldn’t find a solution to my problem, I hope someone can point me to the right direction.
I’ve used ZCR on several projects without any problems. However I’m working on a website where I have to build a contact form that
A. should be sent without reloading the page and
B. should have its fields validated
I’ve done this before using the jquery Form plug-in and some php script to send the mail, but I don’t understand how can I do that on TXP using ZCR.
This old thread looked promising but the links posted are no longer available. Is there someone who managed to find a solution for this kind of problem? Is ZCR even the right tool for this?
Offline
#1024 2011-05-20 18:33:30
Re: zem_contact_reborn 4.0.3.20
Caterina, this link does still work (taken from that old thread you linked to).
Offline
#1025 2011-05-20 20:05:14
- lonelytraveller
- Member
- From: Firenze, Italy
- Registered: 2008-04-04
- Posts: 45
Re: zem_contact_reborn 4.0.3.20
Thanks so much ruud!
Offline
#1026 2011-05-25 17:07:23
Re: zem_contact_reborn 4.0.3.20
Hi – how do I eliminate the need for a telephone number. I have it commented out in the form but when trying to send the email i get the error:
Campo obbligatorio, “telefono”, è mancante. ( A necessary field “telephone” is missing )
and another error is that it doesn’t think an “ .it” email address is valid?
“tiberius.it” non è un ospite e-mail valido. ( “Tiberius.it” is not a valid email adress )
thanks
…. texted postive
Offline
#1027 2011-05-25 17:30:01
Re: zem_contact_reborn 4.0.3.20
bici wrote:
Hi – how do I eliminate the need for a telephone number. I have it commented out in the form but when trying to send the email i get the error:
Campo obbligatorio, “telefono”, è mancante. ( A necessary field “telephone” is missing )
and another error is that it doesn’t think an “ .it” email address is valid?
“tiberius.it” non è un ospite e-mail valido. ( “Tiberius.it” is not a valid email adress )
thanks
i solved the telephone issue. I deleted that line ( before it was <!— commented out —>) from the form. But I would still like to have a telephone field as an OPTION.. i.e. if field empty is doesn’t abort the email form.
…. texted postive
Offline
#1028 2011-05-25 17:43:53
- lonelytraveller
- Member
- From: Firenze, Italy
- Registered: 2008-04-04
- Posts: 45
Re: zem_contact_reborn 4.0.3.20
Hi Tiberius,
usually adding required="0"
to your zcr field tag makes the field itself non required/optional, therefore the form will be submitted even if empty.
Offline
#1029 2011-05-26 01:52:30
- Marmar
- New Member
- Registered: 2011-05-26
- Posts: 3
Re: zem_contact_reborn 4.0.3.20
I’m not understanding the styling part of the plugin. All I’d like to do is change the word Contact that surrounds the form with something else. Very sorry for the trouble and if the question as already been asked. Got to page 25 and couldn’t keep reading
Offline
#1030 2011-05-26 10:23:19
Re: zem_contact_reborn 4.0.3.20
A HTML form generated by ZCR is still a HTML form, so styling that form is no different than styling any other form.
Offline
#1031 2011-05-26 12:24:19
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: zem_contact_reborn 4.0.3.20
Marmar, replace the label attribute in the mothership tag, i.e. <txp:zem_contact label="your label" ... >
Last edited by uli (2011-05-26 12:25:00)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#1032 2011-05-26 19:40:29
- Marmar
- New Member
- Registered: 2011-05-26
- Posts: 3
Re: zem_contact_reborn 4.0.3.20
thank you very much!!
Offline