Help! Make submit button e-mail a form?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Help! Make submit button e-mail a form?

    Hey,
    I am trying to create a form so that when it is completed it can be sent
    to my e-mail, but I can't find the right code. Does anyone know how to make a
    button send a form to an e-mail address? WITHOUT using a third party program
    (I.E. Oultook)? Thanks!

    withhisstripes Guest

  2. Similar Questions and Discussions

    1. submit button on a form
      i am developing a new web page and i am creating a form which has 10 text fields aand i have set the action to mailto:eamil address but the form...
    2. Form Submit Button
      Should be a quickie but I just can't get it to work. I have a form where my users can submit their football picks, when they click submit I would...
    3. submit form via e-mail?
      Hi. I have made an html form which I would like to send by e-mail. When the recipient receives the e-mail form, I would like them to be able to...
    4. 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...
  3. #2

    Default Re: Help! Make submit button e-mail a form?

    You need to use some server side scripting (such as PHP or ASP) to do this.
    There are plenty of form mailing scripts out there, off the shelf and ready
    to use, or you can write your own of course!

    withhisstripes wrote:
    > Hey,
    > I am trying to create a form so that when it is completed it
    > can be sent to my e-mail, but I can't find the right code. Does
    > anyone know how to make a button send a form to an e-mail address?
    > WITHOUT using a third party program (I.E. Oultook)? Thanks!

    rob::db Guest

  4. #3

    Default Re: Help! Make submit button e-mail a form?

    Hi,

    I am trying to create a very simple form with the submit button. I am fairly
    new creating forms contected to mysql. I would think that once the form is
    submitted, I should be able to see the record is mysql. I can work this out.
    Can anyone help me. Thnx.

    antartida Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139