Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#793 2010-06-17 06:13:39

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

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

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

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

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

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

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

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

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

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

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

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

Board footer

Powered by FluxBB