Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#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
Re: Zem Contact Reborn
- Post to the ZCR’s support topic now on
- Read the plugin’s documention
- You can remove the fieldset and label legend by unsetting
label
attribute (label=""
) - 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
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
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
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
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
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
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
Re: Zem Contact Reborn
No.
Offline
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