Home / Components / User Interface / FB PHP Contact Form /

FB PHP Contact Form

87 purchases

flashblue User Interface FB PHP Contact Form PHP contact form with phpMailer. You can send HTML mails with form validation. $5 http://www.flashcomponents.net/component/fb_php_contact_form.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/1620_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$5.00

buy now

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

Author:

flashblue

flashblue avatar

Interactive Web Designer and Developer.

 

Recently viewed:

Smoke Generator AS3
Cool XML Image Gallery - AS3
Contact Form XML
XML Menu v1
Media Full websites template
Full Photographer PRO website XML gallery
Photographer Website- Full XML Photo Gallery
Photographer Websites-XML Scroller Gallery
Multi-Scrollers XML Photo Website template
Scroller Photo Website  XML Gallery - BLACK
FREE Fine Art Gallery - Full XML Template
Brilliant Photo-Video WebsiteTemplate

Please install flash first.

PHP contact form with phpMailer. You can send HTML mails with form validation.

$5.00

buy now

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:

Vertical Rectangle Menu XML

Vertical dynamic XML driven menu.

More >>

Vertical XML Image Scroller

Dynamic XML controlled vertical image/swf scrol...[+]

More >>

Vertical XML Image Scroller v2

Dynamic XML controlled vertical smooth mouse im...[+]

More >>

Related components:

Simple XML PHP Contact Form

Contact form and Contact info * CSS Font sty...[+]

More >>

Contact Form AS 3.0

Actionscript 3.0 Flash XML Contact Form.

More >>

Simple PHP Contact Form v2 with Skins

Simple PHP contact form, XML driven, with skins.

More >>

1 / 22

Featured components:

Full Photographer PRO website XML gallery

A professional website templates - Full configu...[+]

More >>

X-Treme Accordion XML AS2

The most advanced XML Accordion application for...[+]

More >>

Majestic 3D Cover Flow

Flash XML Horizontal Cover Flow native 3D engin...[+]

More >>

34 comments

Add comment

  • 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
  • Can you send me your FTP info as PM to test it on your server?



    #  /  PM  /  posted on Jan 28, 2010
  • 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
  • I’ll test it asap.



    #  /  PM  /  posted on Jan 28, 2010
  • i changed everything as followed but still not getting the mails to my hotmail account and here's the lines that i changed.

     public $SMTPHostname = "www.hotmail.com";
      public $SMTPName = "BJAmerica";
      public $SMTPUsername = "kp_killa588@hotmail.com";
      public $SMTPPassword = "***********";
      public $sitename = "BJAmerica";
      public $eol = "\r\n";

    hope to hear from ya soon

    #  /  PM  /  posted on Aug 01, 2010
  • THey settings for your own website mail server & e-mail address. To use it with hotmail account remove these codes starting on line 54:

    $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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • I wrote a comment it before.

    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 Sep 30, 2010
Please login to post comments.