Flash mail button / notes
Flash mail button / notes
Out of context: Reply #14
- Started
- Last post
- 29 Responses
- rabattski0
i quickly tested the original source which works. the only thing i can imagine is that you either do not have a text box for the body text called "pesan" or you renamed it to something else without changing the php script.
in the script it says:
$message = $pesan;
so if you've changed the body text box to e.g. body you should alter that php bit to:
$message = $body;