2008-07-13 22:24:06

scdoody
Member
zêta

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

 

2008-07-13 22:33:19

Gocom
Developer
omega
Real name: Jukka Svahn
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)


Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />

Offline

 

2010-04-23 04:25:06

laptophobo
Member
êta
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

 

2010-04-23 09:14:48

laptophobo
Member
êta
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

 

2010-04-23 10:06:57

jakob
Moderator
omega
From: Germany
Known languages: en, de
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

 

2010-04-24 02:31:32

laptophobo
Member
êta
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

 

2010-08-10 21:30:56

jacyperks
Member
alpha

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

 

2010-08-10 23:19:03

maverick
Member
xi
Real name: Mike Dennis
From: Southeastern Michigan, USA
Website

Re: Zem Contact Reborn

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

Offline

 

2010-08-11 07:27:59

jacyperks
Member
alpha

Re: Zem Contact Reborn

Thanks for the advice!

Offline

 

2010-10-11 10:26:02

admi
Member
delta
Real name: Andre Dmitriev
From: Belarus
Known languages: Russian, English
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

 

Powered by FluxBB