Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Buttons and forms

    I have a form set up on my website with a couple of fields and a "send" button
    so that people can join a mailing list.

    Is there any way I can link the send button so that the info goes to my email.
    If I link it to an email address, when the button is pressed a mail just opens
    up to that address.

    Suggestions appreciated!

    Malari Guest

  2. Similar Questions and Discussions

    1. Forms Buttons
      I just created a form and added 2 buttons: Submit and Clear. How do I get the button Submit linked to my email adress so that the response comes to...
    2. Advanced>Forms>Export Forms Data is grayed out
      version 6.0.0 ¿ How do I activate this option ?
    3. Access Forms buttons will not work in XP
      I have migrated an Access application from Access97 to Access 200 and it worked fine on the 2000 Professional. Hoever if I use the application in...
    4. smart forms buttons
      hey. i have 3 tables with relationships: proposals (PK=number), versions (PK=number+version_num) and data (PK=number+version_num+option-num). i...
    5. Forms: customized buttons
      Hi all Anybody out there have a link to a site that offers customized button controls for access forms. I'm tired of the standard rectangular box...
  3. #2

    Default Re: Buttons and forms

    Hi

    You'll need to find a script to process and send the information collected
    from your form. This is a piece of code that you need to upload to your server
    along with your web page.

    To be honest I'm not sure if you can do this using just Contribute.

    Try searching the Macromedia site for help and advice regarding the use of
    forms on your site.

    sub woofer 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