Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Plugin discussion
  3. » Zem Contact Reborn

#1 2008-07-13 22:24:06

scdoody
Member
Registered: 2006-10-18
Posts: 129

Zem Contact Reborn

I’ve successfully implemented this plugin – however, I am having problems with the css.

By default, the form has a border of 1px and the word “Contact” at the top. How can I remove the border and the word contact?

Thanks!

Offline

#2 2008-07-13 22:33:19

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Zem Contact Reborn

  1. Post to the ZCR’s support topic now on
  2. Read the plugin’s documention
  3. You can remove the fieldset and label legend by unsetting label attribute (label="")
  4. Also you can use regular CSS for removing and styling things. In example fieldset + border: 0;

Last edited by Gocom (2008-07-13 22:33:57)

Offline

#3 2010-04-23 04:25:06

laptophobo
Member
Registered: 2010-03-01
Posts: 216
Website

Re: Zem Contact Reborn

Hi!

I’m looking for a tag to “reset” the form (as opposed to “send”). I couldn’t find it on the Zem Contact Reborn “help”.

Also…

I’d like to have some of my fields to be “optional”. Right now, all fields have to be filled out before it will Send.

Thanks! Thanks!

Last edited by laptophobo (2010-04-23 07:26:34)


Living the Location-Independent Life: www.NuNomad.com

Offline

#4 2010-04-23 09:14:48

laptophobo
Member
Registered: 2010-03-01
Posts: 216
Website

Re: Zem Contact Reborn

I found the the tag to make fields “not required” (required=“0”).

example: <txp:zem_contact_text label=“Address required=“0” />


Living the Location-Independent Life: www.NuNomad.com

Offline

#5 2010-04-23 10:06:57

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,578
Website

Re: Zem Contact Reborn

I’m looking for a tag to “reset” the form (as opposed to “send”). I couldn’t find it on the Zem Contact Reborn “help”.

Because a “reset” button doesn’t need to be processed by the form submission, there’s no need for it with zem contact reborn. Instead, you can just implement it as a normal html input type="reset" form. See this article for an example as well as a discussion on whether a reset button is really necessary. You could equally make a link that reloads the page with your form.


TXP Builders – finely-crafted code, design and txp

Offline

#6 2010-04-24 02:31:32

laptophobo
Member
Registered: 2010-03-01
Posts: 216
Website

Re: Zem Contact Reborn

Good point, jakob, about if there’s an actual need for the “reset” button. For now, I’ll work without it. Thanks for your help.


Living the Location-Independent Life: www.NuNomad.com

Offline

#7 2010-08-10 21:30:56

jacyperks
New Member
Registered: 2009-04-16
Posts: 8

Re: Zem Contact Reborn

Hi There,

I wonder if there is some who can help out there? I am trying generate the options for a select field from the titles of articles in a specific section with no success.

I am using the following:
  • Textpattern – 4.0.5
  • Zem_Contact_Reborn – 4.0.3.20
  • zem_contact_lang – 4.0.3.6

I have tried the following two methods, neither of which work.

Method 1: Using a custom_article tag with in the zem_contact_select tag

<txp:zem_contact_select label=‘xyz’ list=’<txp:custom_article display=“999” form=“optionlist” />Other’ />

The form is simply as follows:
<txp:title />,

The above code break and doesn’t generate anything useful.

Method 2: I code the field out in HTML and use a custom_article tag to generate the list of options.

<select id=“xyz”>
<txp:custom_article display=“999” form=“optionlist” />
<option value=“Other”>Other</option>
</select>

The form is as follows:
<option value=”<txp:title />”><txp:title /></option>

This generates a select filed with all the right options but when you send the form this field does not appear in the received email.

Can anyone help me get one of these methods to work please? Many Thanks in advanced.

Offline

#8 2010-08-10 23:19:03

maverick
Member
From: Southeastern Michigan, USA
Registered: 2005-01-14
Posts: 976
Website

Re: Zem Contact Reborn

As mentioned above, you’ll have better luck posting in the plugin support thread

Offline

#9 2010-08-11 07:27:59

jacyperks
New Member
Registered: 2009-04-16
Posts: 8

Re: Zem Contact Reborn

Thanks for the advice!

Offline

#10 2010-10-11 10:26:02

admi
Member
From: BY
Registered: 2007-12-10
Posts: 145
Website

Re: Zem Contact Reborn

By the way, is there a tag in this plug-in that enables uploading a file, for a example a picture?

Offline

#11 2010-10-11 10:52:21

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

Re: Zem Contact Reborn

No.

Offline

#12 2010-10-11 11:01:01

admi
Member
From: BY
Registered: 2007-12-10
Posts: 145
Website

Re: Zem Contact Reborn

oh, my hope is destroyed! is there a plug-in that enables a visitor to upload pictures from my site’s page? and may be, is it possible to get pics in my email account? or that would be too much of a good thing?

Offline

  1. Index
  2. » Plugin discussion
  3. » Zem Contact Reborn

Board footer

Powered by FluxBB