Page 3 of 3

Posted: Sat 24. Apr 2004, 23:57
by kachete
hello everyone

this trick dont result for me

a get this page instead of any results

http://www.sexymonagas.com/wcms/include ... mailer.php

my page is http://www.sexymonagas.com/wcms/index.php

i do like the master Oliver say
Try this:
Create a new structure on 1st level - maybe "Forms" and set this to hidden.

Then inside Forms create 2 new levels "Success", "Error". Fill in alias "success" and "error" in related structure. Create new articles inside every level - 1 success article, 1 error article.

Then use:

Code: Select all

IH|redirect|0||10,100|http://mydomain.net/index.php?success|0 
IH|redirect_error|0||10,100|http://mydomain.net/index.php?error|0 
but i still have the same error

what im doing wrong

sorry my english

VIVA VENEZUELA

Posted: Sun 25. Apr 2004, 05:06
by Pappnase
hello

wich did you use RC3 of phpwcms?

Posted: Sun 25. Apr 2004, 10:04
by frold
Pappnase wrote:hello

wich did you use RC3 of phpwcms?
he use RC3 : http://www.sexymonagas.com/wcms/login.php ;-)

Posted: Sun 25. Apr 2004, 10:10
by Pappnase
hello

1. thank frold i was to tired as i looked for the error

2. to kachete

try this

change in the conf.inc.php
the follwoing from

Code: Select all

$phpwcms['SMTP_MAILER'] to "smtp"
to

Code: Select all

$phpwcms['SMTP_MAILER'] to "mail"

Posted: Mon 26. Apr 2004, 15:35
by kachete
Thanks

The Mails now work just fine

Thaks to all

Posted: Mon 26. Apr 2004, 15:46
by Pappnase
Hello

how did you fix it!?

Posted: Thu 29. Jul 2004, 11:22
by derD
Hola
Also ich habe folgende Einstellungen in für mein Email Formular:

Code: Select all

IT|name|1|Nombre: |40,100||180
IT|vorname|1|Apellidos: |40,100||180
IT|tel|0|Teléfono: |40,100||180
IT|email|1|Email: |40,100||180
TA|mensaje|0|Mensaje: |20,3||180
IH|send_copy|0||10,100|1|0
in der config steht smtp_mailer auf

Code: Select all

$phpwcms['SMTP_MAILER'] = "mail"
Ich empfange nicht eine Email, gar keine.
EDIT:
Also ich habe mal ein kleines Beispielskript benutzt, um zu testen, ob mein Hoster kein mail() unterstützt. Aber es hat funktioniert, ich habe eine mit mail() verschickte Email erhalten.

Woran kann es noch liegen ?

Vielen Dank, ich hoffe Ihr mögt aufgewärmte Brötchen :wink:

Send button

Posted: Sat 30. Oct 2004, 13:08
by Kvist
Hey!

How do you replace the standard send button with an image in the contact form? The internal {IMAGE:XX} doesn't work - is there a template that is configurable?

Thanks!

Kvist

Posted: Sat 30. Oct 2004, 15:45
by Pappnase
hello

not at the moment, when you want costumize the e-mail form build your own e-mail form via html!