Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#793 2010-06-17 06:13:39
Re: zem_contact_reborn 4.0.3.20
how to hide label of fields and how to set margin of form to 0?
Last edited by Katalonian (2010-06-17 06:18:15)
<txp:txp_me />
Offline
#794 2010-06-17 19:34:09
- argentounce
- New Member
- Registered: 2010-06-14
- Posts: 3
Re: zem_contact_reborn 4.0.3.20
Ok, the problem is solved now, if you want to use multiple forms you need to have version .18 minimum. I updated the plugin, rewritten id to classes and everything is working like a charm now. =) Thanks ruud.
Offline
#795 2010-06-19 10:51:50
Re: zem_contact_reborn 4.0.3.20
Katalonian wrote:
how to hide label of fields and how to set margin of form to 0?
heey, somebody pls help..
<txp:txp_me />
Offline
#796 2010-06-19 13:29:40
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
Try label=""
.
The plugin generates this html: <form class="zemContactForm">
, so you can style it like this:
form.zemContactForm {margin: 0;}
Offline
#797 2010-06-19 15:59:13
Re: zem_contact_reborn 4.0.3.20
Els wrote:
Try
label=""
.
I try, but when user occured an error, he cant show what field he dont fill
<txp:txp_me />
Offline
#798 2010-06-19 16:37:35
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
Ah I see. Maybe this (in the CSS): label {display: none;}
? The <label>
s get their own class too (check the html), so you can choose which ones to hide.
Offline
#799 2010-06-21 05:02:07
- darock
- Member
- Registered: 2007-11-23
- Posts: 54
Re: zem_contact_reborn 4.0.3.20
Is there a way to allow users to upload a document(pdf, .doc) as part of the contact form and then submit it? Submitting multiple documents as well actually.
Offline
#800 2010-06-21 13:50:28
Re: zem_contact_reborn 4.0.3.20
There’s no file upload support in ZCR.
Offline
#801 2010-06-21 17:47:42
- darock
- Member
- Registered: 2007-11-23
- Posts: 54
Re: zem_contact_reborn 4.0.3.20
is there a plugin that would resemble this?
Offline
#802 2010-06-21 19:29:09
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
Have a look at mem_form.
Offline
#803 2010-06-22 07:57:41
Re: zem_contact_reborn 4.0.3.20
Els wrote:
Ah I see. Maybe this (in the CSS):
label {display: none;}
? The<label>
s get their own class too (check the html), so you can choose which ones to hide.
Yes, its works!)
<txp:txp_me />
Offline
#804 2010-06-22 08:46:54
Re: zem_contact_reborn 4.0.3.20
guys, there is a one bad situation.
above every field there is </br>, i can see it in live code, but can’t in txp.
How to delete it?
<txp:txp_me />
Offline