Online Form Help Please

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Online Form Help Please

    I?m attempting to use the drag/drop behavior formsunder internet/forms to create a standard online form for a web site.

    Under form post-Field
    Parameters =
    Form name = form 1
    Item name = Name
    Etc?.

    Under Form Post Submit
    Parameters =
    Form name =form 1
    Url = [url]Http://mysite.net/cgi-bin/FormMail.pl[/url]

    Under Form Post Hidden
    Parameters =
    Form name =form 1
    Item name= Recipient
    Item value = [email]anything@mysite.net[/email]


    This to me seems like it should work, but doesn?t. So I emailed the hosting company and asked if I would need another cgi file (I was attempting to use the one that they supply).
    I think that they thought that I was asking for help in writing the behavior, this is there reply ?Sorry, but we do not offer web-design services or technical support regarding
    web-design issues.? So I?m asking you ladies and gentlemen, in order to use this behavior do I need a different cgi file or am I messing up in the parameters.

    Any Help would be a blessing thanks




    gratch webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How do you submit an online form?
      I am using Contribute to edit our webpage, it has been fine for what we've needed so far, but that has been very basic stuff. We're now wanting to...
    2. Online Form to PDF
      I was wondering if there was a way to, once a form has been submitted, to export a pre made PDF document that the user can print off and send in...
    3. Online Acrobat Form?
      Hi- I am trying to figure out if this is possible. We have a one page questionnire (form). I need to be able to send it out via the web and have...
    4. online form to print?
      Ok, I did some searching but could not find exactly what I am needing. I want to design a online form that someone can go to my website and fill...
    5. Help with online form
      Hi all, The Colfdusion applications I write are pretty basic stuff so I?m still very much a beginner: Sometime ago I created an online voting...
  3. #2

    Default Re: Online Form Help Please

    There are any number of things that may be wrong.

    Have looked at the netError() and/or netTextResult() values to be sure
    that you're hitting the server correctly?

    Are you sending a string or a property list?

    If you are using a canned CGI, are you using the correct property names
    for the data that you're sending?

    Have you read through the example at htt://www.updatestage.com?

    --
    Rob
    _______
    Rob Dillon
    Team Macromedia
    [url]http://www.ddg-designs.com[/url]
    412-243-9119

    [url]http://www.macromedia.com/software/trial/[/url]
    Rob Dillon 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