Search FlashComponents.net's Forum

Email form

Home / /community/ / Components Discussions / Email form

  • I just bought this one, but how should i set it up? please help

    thanks

    #  /  posted on Feb 04, 2008
  • Hello, u need to just copy the php file to the server, make sure the server has proper email settings.
    #  /  posted on Feb 04, 2008
  • Hi,
    thanks for the comment.

    Okay. I put the fla file and all those files(including php and swf) to server
    however I went into the php file and changed the email address to my email address manually(it was something @yahoo.in) . but still it doesnt work.

    can you help me. please.

    thanks

    #  /  posted on Feb 06, 2008
  • Never mind, it is working great. thanks anyways
    #  /  posted on Feb 10, 2008
  • This is a great Form. Many thanks.
    I have duplicated the radio buttons so I now have 8 buttons. I have changed the code in the fla from 3 to 8.
    -------------------------------------------------------------
    feedback = new Feedback (this, error_tf);
    radiobox = new Radiobox ();
    radiobox.setProp (this, 'radio', 8);
    radiobox.eventHandler (this, 'getFeedback');
    mistake.y = mistake._y;
    mistake._visible = false;
    radiobox.defaultMenu (feedback._option);
    function getFeedback (obj)
    ------------------------------------------------------------
    How do I change the radio buttons so that they send bac text other than "yes", "no" & Maybe etc. And how do I add more text to the other radio buttons so they send back appropriate feedback.
    (i.e - I would like:
    radiobutton 1 to send "sample1"
    radiobutton 2 to send "sample2"
    radiobutton 3 to send "sample3"
    radiobutton 4 to send "sample4"
    radiobutton 5 to send "sample5"
    radiobutton 6 to send "sample6"
    radiobutton 7 to send "sample7"
    radiobutton 8 to send "sample8"

    Kind regards and many thanks in advance for your help.
    #  /  posted on Feb 29, 2008
  • Hi, I have changed email address (two different spots) to php file, but can't get it work anyway. What might be wrong. Help, Please
    #  /  posted on Mar 03, 2008
  • hi tonywalker,

    U need to just duplicate the instance "Symbol 8", lets say u make addtional 5, so it becomes 8 radio buttons, name them as radio0, radio1, radio2....radio7, now hands on code. on the flash root timeline, got to line no 3, you may see the below code

    radiobox.setProp (this, 'radio', 3);

    change the above line to the below

    radiobox.setProp (this, 'radio', 8);
    done !
    ----------
    To get the values of new radio buttons, open feedback.as, goto line 65, you will see the below line

    var titles = ["yes", "no", "maybe"'];
    var option is the selected value of rodio buttons

    radio0 return value 0, so it is "yes"
    radio1 return value 1, so it is "no"
    radio7 return value 7, so it is your 7th element
    #  /  posted on Mar 03, 2008
  • Hi there, I've just bought your componant and placed it into another movie of mine.
    I've added a combo box and amended the .php and feedback.as files to pick up this combo box.
    I've also changed the email address in the php file to my own.

    However when I attempt to use the form nothing is happening when I click on the submit button.

    You can view the site here: http://www.tees.me.uk/booknew
    NOTE: click into the 'Go to page' text field and enter '27' then click onto the 'GO' button.
    You will be taken to the screen the form is on. Try entering some data and clicking submit and nothing happens.

    Is this due to the movie being within another movie? Do I need to change any paths in the actionscript on layer 1 of the feedback.fla?
    #  /  posted on Apr 11, 2008
  • Slight progress from the first post but equally screwed.

    I've messed about with some of the setting and have now produced a .swf file that works up until the point of sending where it returns the error message:
    "OOPS! NO OPTION SELECTED" this if an error returned for the radio buttons not being selected.
    However I've deleted the radio buttons and replaced with a combo box.

    So I went in and stripped out everything I thought pointed towards the radio buttons and now the page just flickers when I attempt to access it??

    I've placed the last good know .swf file back onto my site as I can't seem to get back to the way I had the actionscript before. (think I butchered it a little bit too much)
    Help!
    #  /  posted on Apr 11, 2008
  • Hello!
    I purcahsed your form however i need people to be able to fill in scandinavian letters as well (?,?,?), your e-mail form wont let me do it so could you tell me how to fix this please? Also with the error messages and sending messages etc. the form won‘t show scandinavian letters…?


    #  /  posted on Aug 07, 2008
  • The form has a slick and nice design, however I have 2 questions:

    1) How do I make the Phone entry optional?

    2) How can I include the possibility to type the letters ??? etc. into the form?


    #  /  posted on Sep 27, 2008
  • i figured them both out, don‘t quite remember how though, anyways


    #  /  posted on Oct 08, 2008

  • #  /  posted on Apr 16, 2009
  • Hey, cool form. I had one favor to ask. After the user submits the form I wanted it to redirect them to another page. How do I do this?


    #  /  posted on May 25, 2009
  • in the feedback.as file go to line number 83 to see the following code, add a getURL function to call your page


    function reply () 
    	{ 
    		owner.error = "Thanks for your time!"; 
    		owner.updateResult (); 
    		getURL("yourpage.com") 
    	} 
    


    #  /  posted on May 26, 2009
  • Great Form but…


    1) How do I make the Phone entry optional (deactivate)?


    Not all people want to add their phonenumber :)


    Please any support will be fine!


    #  /  posted on Sep 07, 2009
  • Hi, I just purchased your file. I changed the email address in both sections on the php but when I test it it doesn’t send the form to my email address. Am I to also add my email address to the Mail it section at the end of the code? I uploaded all the components to the server. It all works but it doesn’t send it to me.


    Thank you.


    #  /  posted on Sep 09, 2009
  • helllo
    This is a great Form. Many thanks


    I have duplicated the form in my web site so it can be in 2 languages, one Hebrew and the other English.


    its work fine accept wean i do submit its writing below “Thanks for your time!” in english.


    so i translate the file “Feedback.as” and i duplicated the file and gave him new name “Feedback_heb.as”


    but were in the code i need to put the name “Feedback_heb.as” so it will take the information from this file… ?


    i did not found any were in the code link to the files outside?


    #  /  posted on Oct 08, 2009
  • Hello,
    Thanks for the form. The form was working before but my host online servers have turned to smtp authentication. Now I don’t receive any email as before.
    Can you assist me in adding smtp authentication script which will work.


    #  /  posted on Jan 22, 2010

  • #  /  posted on Feb 10, 2010

  • #  /  posted on Feb 10, 2010

  • #  /  posted on Feb 11, 2010

  • #  /  posted on Feb 22, 2010
  • Hi, i bay this form but i want 8 questions whit radio:

    question1 - radio, radio question2 - radio, radio, radio, radio, radio question3 - radio, radio, radio, radio, radio question4 - radio, radio question5 - radio, radio question6 - radio, radio question7 - radio, radio

    How I do do tfis? Please any support will be fine! Thank you.

    my email: [email protected]


    #  /  posted on May 09, 2011
  • Hello I purchases the F0700019 email. I know its only 2.00 but I think its missing some files in the down load. I does not have a html page with the form on it. What I got was

    EmailValidation.as, Feedback.as, feedback.fla feedback.php feedback.swf Radiobox.as

    I do not know that to do with the files. I thought it might come with a sample page.

    Jim


    #  /  posted on Sep 04, 2011
  • Does anybody know how to make the phone number optional ? It has been asked before by others but not answered.


    #  /  posted on Oct 20, 2011

Please login to post replies.

SUPPORTERS

FORUM