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

  1. #1

    Default Form button help

    Hello, I'm working in MX2004. I've made a Form so that someone can fill out
    their info and submit it to a mailing list. The layout and presentation is
    already done except I can't figure out how to make the Submit button work. I
    want the information in the form to be sent to a specific e-mail address but
    don't know how to do it. Can you help me? Thanks in advance!

    TheMonty Guest

  2. Similar Questions and Discussions

    1. Refer to a button in a form by ID rather than name
      Hi, I would like to know if there is a way to call or refer to the radio button with it's id tag not the name because when I have the two...
    2. use button to add form field
      How do I use button to add form field in the same window? I want when user click button then It show up more text area for them in the same window.
    3. Problem with Button using Form.pm
      Hi, I have a page with a Input Type Button : <INPUT TYPE="button" NAME="_wiznext" VALUE=" Next " ONCLICK="openURL(this.form);"> But I am...
    4. What button do I need to open a new form
      Hi All, I need a button on my form that opens a new window. I put in a submit button but it always returns to my first page. And then my first...
    5. JavaScript Access to Button in form tags (webcontrol or html button)
      Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of...
  3. #2

    Default Re: Form button help

    Hi,

    There are basically two ways;

    1. Using the mailto: form action, which is the least reliable,
    2. Using CGI or pearl scripting - usually your ISP can help with this one.

    Andre
    Andreroux Guest

  4. #3

    Default Re: Form button help

    Hi again,

    There is a third option aswell,

    If you want to investigate, you should be able to do this with some good initiative, using: .asp, php, cfml or .jsp scripting.

    Andre
    Andreroux 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