Home / Components / User Interface / FB PHP Contact Form /
FB PHP Contact Form
89 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$5.00
Package includes: FLA, SWF, HTML, JS, PHP, Complete source file
Flash Version: Flash 8, Flash CS3, Flash CS4, Flash CS5
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Intermediate
Action Script: ActionScript 2.0
Product ID:F0901620
Please install flash first.
PHP contact form with phpMailer. You can send HTML mails with form validation.
$5.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by flashblue:
Related components:
Featured components:











34 comments
Add comment
1 2
doug.stewart
i’ve followed everything on this board but i still cant get the form that i have on our site right now to email to address i have in mailer.php. I also sent you an email this morning with more details. Any thoughts? I need help ASAP please! Thanks.
#  /  PM  /  posted on Jan 28, 2010
flashblue
Can you send me your FTP info as PM to test it on your server?
#  /  PM  /  posted on Jan 28, 2010
doug.stewart
ok, I just emailed you the ftp info for the site. Any help would be greatly appreciated!!! Also, while you’re at it, any idea why the submit and reset text doesn’t show up anymore? Did I mask it over somehow in flash? thanks1
#  /  PM  /  posted on Jan 28, 2010
flashblue
I’ll test it asap.
#  /  PM  /  posted on Jan 28, 2010
sis1004
public $SMTPHostname = "www.hotmail.com";
public $SMTPName = "BJAmerica";
public $SMTPUsername = "[email protected]";
public $SMTPPassword = "***********";
public $sitename = "BJAmerica";
public $eol = "\r\n";
hope to hear from ya soon
#  /  PM  /  posted on Aug 01, 2010
flashblue
$objmail->IsSMTP();
$objmail->Host = $this->SMTPHostname;
$objmail->SMTPAuth = true;
$objmail->Username = $this->SMTPUsername;
$objmail->Password = $this->SMTPPassword;
To:
$objmail->IsMail();
You don't need to write password for hotmail, gmail, yahoo... accounts.
#  /  PM  /  posted on Aug 01, 2010
gilevan
Hello flashblue
Yesterday I purchased your FB PHP form script. My nick name is gilevan. Unfortunately I am not able to make the form work on my site. I followed all the instructions in the readme file.
I'm trying to send the messages to a gmail account.
I sent you a PM with more details.
Thanks in advance.
Gil Evangelista
#  /  PM  /  posted on Aug 24, 2010
flashblue
I sent your file yesterday. You need to remove these lines beginning from line 54 on mailer.php:
$objmail->IsSMTP();
$objmail->Host = $this->SMTPHostname; $objmail->SMTPAuth = true; $objmail->Username = $this->SMTPUsername; $objmail->Password = $this->SMTPPassword;
Change them to:
$objmail->IsMail();
You don't need to write gmail SMTP hostname & password. Only write your email address. Also copy email & phpMailer folders to your site.
Your site should run PHP5.
#  /  PM  /  posted on Aug 25, 2010
sis1004
hey there i 've changed the line 54 from then on but still not getting the messages to my email.
Following is my mailer.php.
#  /  PM  /  posted on Aug 26, 2010
sis1004
uh..i tried to copy and paste the mailer php here but guess i can't. I need this to be done ASAP i will send you a pm with my ftp login and password so you could test the flash file. THANKS
#  /  PM  /  posted on Aug 26, 2010
sis1004
hey flashblue i just send you an email with my file and my ftp info hope you get it and reply me asap thx.
#  /  PM  /  posted on Aug 26, 2010
flashblue
I tested your server. PHP4.4.7p2 is running on your site.
PHP5 needs to be run on your server. Please, contact with them to change your PHP version to PHP5.
#  /  PM  /  posted on Aug 26, 2010
yfc
Hello,
I'm trying to get the form to work with a gmail hosted account, but it says "Connection error!"
For $SMTPHostname, I tried "smtp.gmail.com", "ssl://smtp.gmail.com", "ssl://smtp.gmail.com:465", but non work.
What am I doing wrong?
#  /  PM  /  posted on Sep 30, 2010
flashblue
I wrote a comment it before.
You need to remove these lines beginning from line 54 on mailer.php:
Change them to:
You don't need to write gmail SMTP hostname & password. Only write your email address. Also copy email & phpMailer folders to your site.
Your site should run PHP5.
#  /  PM  /  posted on Sep 30, 2010
1 2