email form creation

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
kachete
Posts: 26
Joined: Mon 16. Feb 2004, 13:59
Location: Maturin / Monagas / VENEZUELA
Contact:

Post 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
No hay preguntas tontas, solo tontos que no preguntan
Pappnase

Post by Pappnase »

hello

wich did you use RC3 of phpwcms?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Pappnase wrote:hello

wich did you use RC3 of phpwcms?
he use RC3 : http://www.sexymonagas.com/wcms/login.php ;-)
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pappnase

Post 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"
kachete
Posts: 26
Joined: Mon 16. Feb 2004, 13:59
Location: Maturin / Monagas / VENEZUELA
Contact:

Post by kachete »

Thanks

The Mails now work just fine

Thaks to all
No hay preguntas tontas, solo tontos que no preguntan
Pappnase

Post by Pappnase »

Hello

how did you fix it!?
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post 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:
Ich sagte doch: ich geh nie wieder in den Bau.
Kvist
Posts: 87
Joined: Sat 30. Oct 2004, 04:19
Location: Denmark
Contact:

Send button

Post 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
Pappnase

Post by Pappnase »

hello

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