ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > WebsitePainter
forum topic indicator Contact Page
person icon
thecreatorstouch
Registered User
Quote
2013-05-08 03:04:25

How do I create a contact page so customers can type their name, address and so on?

person icon
niko
Moderator
Quote
2013-05-08 06:50:51

You can use this tutorial here: http://www.ambiera.com/websitepa...

person icon
Mx
Guest
Quote
2013-05-09 21:51:20

I'm sorry! What i need write in the code to send the survey form is not until you put something in the field.

$text = "";
foreach($_POST as $name => $value)
{
$text .= "$name : $value\n";
}

if ($text != "")
{
echo '<div style="color:45007F; font-size:12pt;"><font face="Tahoma" style="font-size: 14pt; background-color: FFFF00">Thanks!</font></div></body>

';
mail("test@mail.lv", "$number", $text);
}

person icon
niko
Moderator
Quote
2013-05-10 13:23:53

Was this a question? If so, I didn't understand it :)

person icon
Mx
Guest
Quote
2013-05-10 14:12:15

I'm sorry, how i can make, that the form did not send the message until the field is not filled.

person icon
erik
Registered User
Quote
2013-05-11 07:47:30

You would have to validate the field, either with PHP or JavaScript. This would involve some programming, though.


Create reply:










 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






Copyright© Ambiera e.U. all rights reserved.
Contact | Imprint | Products | Privacy Policy | Terms and Conditions |