Home / Components / User Interface / Contact form 2 /

Contact form 2

41 purchases

kimaroc User Interface Contact form 2 Contact form with validation. Data will be sent by a PHP file that's included. $4 http://www.flashcomponents.net/component/flash_contact_form_2.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/141_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

$4.00

buy now

Product ID:F0700141

Author:

kimaroc

kimaroc avatar

Hi, I am a webmaster and webdesigner, I work in flash design, flash capplication like contact forms etc...

 

Recently viewed:

rssReader
Simple MP3 Player V1
Menu
Picture Slide
Style Border Layout
Awesome Snowflakes 1.0
Carousel XML AS 2.0
photoShuffle
Mortgage Calculator 3.1 With Visual/Print Report and Brand-able
Following Preloader
Vector LightGlass
Cool Vertical Menu

Please install flash first.

*Contact form with validation. Data will be sent by a PHP file that's included
*Form validation methods included
*Fully customizable
*Can be published as player 6, 7, 8 upwards

$4.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 kimaroc:

Logo Animation

A very nice animation (timeline based) for your...[+]

More >>

Contact Form v5

Useful contact form, clean and easy to edit.

More >>

Clouds animation

A clouds animation clip, with images in timelin...[+]

More >>

Related components:

AntiSpam PHP Contact Form

* AntiSpam question * Very easy install just...[+]

More >>

AS3 Auto-Response Contact Form

Efficient Contact Form for your AS 3.0 project ...[+]

More >>

Photo Frame PHP Contact Form

Photo frame PHP contact form, XML driven.

More >>

1 / 22

Featured components:

Gatt XML Calendar

Gatt Flash calendar component can load day or r...[+]

More >>

E-Card Application v1.0

A Flash E-Card Application. Send and recieve E-...[+]

More >>

PhotoFlow (AS2 and AS3)

The photoFlow Flash component displays multiple...[+]

More >>

20 comments

Add comment

  • This form doesn't appear to work.

    #  /  PM  /  posted on Mar 17, 2008
  • Form doesn't appear to work. Can you fix it?

    #  /  PM  /  posted on Mar 21, 2008
  • Thank you to purchase this file, It is drag&drop. You can just put it in another MovieClip and it will still work...


    #  /  PM  /  posted on Apr 06, 2008
  • Hi Great form, it worked fine on this site (www.onthe1.co.uk/contact) I thenput it onmy other site (www.jonathan-c-riley.co.uk/contact) and it wont work at all. I did the same for both sites. Any sigestions?

    #  /  PM  /  posted on May 11, 2008
  • Hi
    Great form, it worked fine on this site (www.onthe1.co.uk/contact)
    I thenput it onmy other site (www.jonathan-c-riley.co.uk/contact) and it wont work at all.

    I did the same for both sites.

    Any sigestions?

    #  /  PM  /  posted on May 11, 2008
  • Thank you to purchase this file ;)

    1- Both sites are in the same hosting site ?

    2- Make sure that you're putting the php file in the same file (root)


    #  /  PM  /  posted on May 11, 2008
  • Is altered AS:
    _AS Layer___________________________________________
    System.useCodepage = true;

    namex.onSetFocus = function ()
    {
    if (namex.text == “your name”)
    {
    namex.text = ””;
    error = ” ”; // The comment in line Errors
    }
    };

    namex.onKillFocus = function ()
    {
    if (namex.text == ””)
    {
    namex.text = “your name”;
    }
    };
    //——————————————-
    Etc.

    button “reset”________________________________________

    on (release) {
    name = “your name”;
    email = “E-mail”;
    tel = “Phone”;
    msg = “the message Text”;
    error = “All information is passed the manager”; // The comment in line Errors

    }
    ____________________________________________
    The line “errors” becomes information



    #  /  PM  /  posted on Aug 02, 2008
  • ok, its not working for me either.. What can I do



    #  /  PM  /  posted on Feb 03, 2009
  • Hi,


    Thank you for purchasing my file !


    try to add the code in the php file just before $data :
    ————————————————————————————————————————
    $name = $_POST[‘name’]; $email = $_POST[‘email’]; $tel = $_POST[‘tel’]; $msg = $_POST[‘msg’];
    ———————————————————————————————————————-



    #  /  PM  /  posted on Feb 04, 2009
  • i added that code, still nothing



    #  /  PM  /  posted on Feb 04, 2009
  • Hey,


    I wish I could get this to work. I have a huge site and the management will need to get email via this form. They get the email fine but no info comes through. Only this:


    Name :
    Email :
    Phone :
    Message :


    Here’s my PHP code:


    <?php
    $headers = ‘MIME-Version: 1.0’ . “ ”;
    $headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “ ”;
    $headers .= ‘From: Ron Website’ . “ ”;


    $data = “Name : $name <br>
    Email : $email <br>
    Phone : $tel <br>
    Message : $msg”;


    mail(“ronbr@swinyc.com”,“Contacts”,”$data”,$headers);
    ?>


    Anything coded wrong?


    please help


    Ron
    rbrown@rabtown.com



    #  /  PM  /  posted on Mar 12, 2009
  • Hi rabby19,


    Ok, try this PHP code :


    <?php


    $headers = ‘MIME-Version: 1.0’ . “ ”;
    $headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “ ”;
    $headers .= ‘To: <ronbr@swinyc.com>’ . “ ”;
    $headers .= ‘From: www.swinyc.com <ronbr@swinyc.com>’ . “ ”;


    $data = “Name : $name <br>
    Email : $email <br>
    Phone : $tel <br>
    Message : $msg <br>”;


    ///
    mail(“ronbr@swinyc.com”,“Contacts”,”$data”,$headers);
    ?>




    #  /  PM  /  posted on Mar 12, 2009
  • Name :
    Email :
    Phone :
    Message :


    only this!
    why this wont work at all!?
    FIX it please



    #  /  PM  /  posted on Jan 29, 2010
  • Hello, bought or contact form ... the quote on my site but does not work or put the original code, and after that changed, but nothing to do .. how can I fix it?



    #  /  PM  /  posted on Nov 22, 2010
  • Hello, bought or contact form ... the quote on my site but does not work or put the original code, and after that changed, but nothing to do .. how can I fix it?



    #  /  PM  /  posted on Nov 22, 2010


  • #  /  PM  /  posted on Nov 22, 2010


  • #  /  PM  /  posted on Nov 22, 2010
  • enter code here`
    

    enter code here`



    #  /  PM  /  posted on Nov 22, 2010
  • `enter code here enter code here



    #  /  PM  /  posted on Nov 22, 2010
  • sorry post....



    #  /  PM  /  posted on Nov 22, 2010
Please login to post comments.