Page 1 of 1

Colors and Layout: E-Cards

Posted: Thu 22. Dec 2005, 06:40
by LPWV
How can I modify the colors on the E-card form...

Also as a secondary request...Where can I change the layout of the FORM.

Thanks

Posted: Thu 22. Dec 2005, 09:23
by jscholtysik
Hi LPWV,


try the documentation from the docu site:

german:

http://www.phpwcms-docu.de/ecard_beispiel.phtml

or

english:

http://www.phpwcms-docu.de/e-card.phtml


Joachim

Posted: Thu 22. Dec 2005, 17:29
by DeXXus
The forum search and docusite are your friend :wink:
A "search" on this Forum of all terms "e-card color"" brought up these discussions:
http://www.phpwcms.de/forum/viewtopic.php?t=592
http://www.phpwcms.de/forum/viewtopic.php?t=7163
http://www.phpwcms.de/forum/viewtopic.php?t=6470

Posted: Thu 22. Dec 2005, 18:18
by LPWV
When I open:

Code: Select all

include\inc_tmpl\content\cnt16.inc.php
and change the FORM BG Variable...No change occurs on my site...I cant figure it out...Is is not reading that file cnt16.inc.php

All I want to do is change the FORM colors to match the rest of my template colors...

Posted: Thu 22. Dec 2005, 19:06
by Ben
Try turning off caching for this page - issues usually arise whenever a page with a form is cached.

Posted: Thu 22. Dec 2005, 19:16
by jscholtysik
Hi LPWV,


create a new article, add the content part "e-card" and fill the fields "Form", "Sent" and "Email" with the example from the docu site:

http://www.phpwcms-docu.de/ecard_beispiel.phtml

The example is in german, but you can also use the example to try out how is works. In this code you can see how you can change the colors, the labels and so on... ;-)

Do not change the content part cnt16.inc.php directly, make changes in the content part in the backend.


Joachim