noone
1
Can any one help me, Im customizing the from (http://www.kirupa.com/developer/mx/components2.htm) created by ilyas usal,
where/how do I change where the form is being send to? for example if I want the form details to be sent to my mail??
THANK YOU AGAIN
SOM-TOM
Without going through your example look for the URLRequest within the scripting.
it’ll look something like:
var contact_req:URLRequest = new URLRequest ("mailto:kirupa@kirupa.com");
Otherwise you’re going to have to utilize something like PHP.