You are not logged in.
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
label attribute (label="")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
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
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
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
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
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:
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
As mentioned above, you’ll have better luck posting in the plugin support thread
Offline
By the way, is there a tag in this plug-in that enables uploading a file, for a example a picture?
Offline