Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > WebsitePainter
Contact Page

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?


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

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


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);
}


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

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


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.


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:


Posted by: (you are not logged in)


Enter the missing letter in: "Internati?nal" (you are not logged in)


Text:

 

  

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


   






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