Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » custom e mail

#1 2006-04-04 20:13:42

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

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

#4 2006-04-05 09:01:00

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

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” />&nbsp;<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

  1. Index
  2. » Archives
  3. » custom e mail

Board footer

Powered by FluxBB