Subscribe to our newsletter:
3.6/5
Posted by : karthick on 11/13/2007
11835 pageviews, 110 purchases

1 ) Prefect Email validation.
2 ) Includes Email validation class.
3 ) Arrow animation to indicate error fileds.
- Price : $2
- buy now
- add to alerts
Email Form
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?
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…?
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!
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?
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
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
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.
Never mind, it is working great. thanks anyways
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







help
and feedback
latest
news
latest
forum entries
i figured them both out, don‘t quite remember how though, anyways