Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Shelady #1
How to sned Email through a Submit button?
Hi,
I have designed a form where user has to send feedback. I dont want to use a
cfm code and want to send the mail to gmail / yahoo address when user click the
submit button.
Any idea how to execute it?
Thanks
She
Shelady Guest
-
Send form data via email (pdf) by clicking SUBMIT button
am trying to create a form that can be sent to an end-user who will process the information on the form. To do this...I have created a button... -
Submit button doesn't work to send form to my email
Hello folks, I used MS Publisher to put together my very first web page (my first mistake). My business web page was looking pretty good, so I... -
Newbie help, automatic email on a submit form
I have just created a form to email user information using <form action="MAILTO:smashy41@tiscali.co.uk" method="post" enctype="text/plain" When... -
Submit form to email
Hey again, I've been trying to figure out how I could create a simple form (text box and submit button) and set it to submit the contents of itself... -
Matts Form Mail help - Redirect & Submit button in body of email
I am redirecting the person to a confirmation page and sending the results to an email address. The problem is the redirect string and the Submit... -
Greg Lafrance #2
Re: How to sned Email through a Submit button?
Here is an example:
<mx:Text width="80%"
<mx:htmlText>
<![CDATA[Email <a
href="mailto:customerservice@chikaradev.com">[B]customerservice@chikaradev.com[/
B] with your comments and suggestions.</a>]]>
</mx:htmlText>
</mx:Text>
Greg Lafrance Guest



Reply With Quote

