Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
custom e mail
How do I modify the way the e mail form displays? As you know, the default is
NAME
E MAIL
MESSAGE
and what I’d like to have is
NAME MESSAGE
E MAIL
….in other words, just adjust the text areas slightly.
Offline
#2 2006-04-04 23:54:03
- NyteOwl
- Member
- From: Nova Scotia, Canada
- Registered: 2005-09-24
- Posts: 539
Re: custom e mail
Under the presentation tab, select the forms tab and edit comment_form for the format you prefer.
Last edited by NyteOwl (2006-04-04 23:55:32)
Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;
Offline
#3 2006-04-05 03:41:53
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: custom e mail
I think he may be referring to the zem_contact plugin form, not forms in general.
Offline
Re: custom e mail
Got confused there.
Yes it’s the zem_contact form.
And I want to adjust the layout of the text areas, as I described above – anyone know what the code is, to do that?
(surely someone must have done this some time, adjusting the layout to fit their site better?).
Offline
#5 2006-04-05 13:25:57
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: custom e mail
I suppose it would be something like
<code>
<txp:zem_contact>
<txp:zem_contact_text label=“Name” /> <txp:zem_contact_textarea label=“Message” /><br />
<txp:zem_contact_email /><br />
<txp:zem_contact_submit label=“Send” />
</txp:zem_contact>
</code>
(I left most attributes out but you will get the point I hope.)
If this is not what you are looking for I suggest you ask in the plugin thread, no doubt Stuart will come to the rescue ;)
Offline
Offline
Pages: 1