Developer Toolbox SendMail issue

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Developer Toolbox SendMail issue

    Hi all
    I need to show the name of a chosen option that is from a dynamically
    generated dropdown in an input form.
    These input details are emailed.
    All this works but I get the integer value of the foreign key not the name
    I understand the I need to set a new recordset filtered by the posted value
    from the form but for the life of me I cannot get the name from the foreign
    keyed table to show in the received email???
    Can someone explain how to do this please as its driving me potty!

    ianraba Guest

  2. Similar Questions and Discussions

    1. Developer Toolbox Vista Update
      Same problem here. Downloaded the toolbox today and now dreamweaver keeps crashing. Windows Vista Business 32 bits. If I start dreamweaver again, i...
    2. Developer Toolbox
      Hi, I still have DW8, and CS3 also. When i try to add "Upload and Resize Image" form DevToolbox, Vb.ASP, Im getting error like: While...
    3. Developer Toolbox Release since 1.0?
      Back when InterAkt owned the extension, they were constantly updating the software. Since I upgraded through Adobe, I haven't seen any place I can...
    4. DW Developer Toolbox updates?
      Have there been any updates to the Developer toolbox since it's release? Also, any links where documentation can be found? Thanks. Chris
    5. When will DW Developer Toolbox be available in Australia
      It is not possible to download Developer Toolbox from the Australian Adobe website. I have tried to pay and download from the USA site but it...
  3. #2

    Default Re: Developer Toolbox SendMail issue

    Is the form posting back to the server or is the submit button set to send the
    e-mail? If your posting back to the server, you can making a simple page where
    the body content is what you want in the e-mail.

    That should make it easier to debug. Once you have the page generating the
    text you want, if should be easy to get the e-mail to use the same text.

    Hope the helps,
    Chris

    ChrisBank Guest

  4. #3

    Default Re: Developer Toolbox SendMail issue

    Hi Ian,
    >>
    I understand the I need to set a new recordset filtered by the posted value
    from the form
    >>
    it seems that the email body contains a reference to the form value, like
    (ADDT "dynamic data" format now) {POST.fieldname} and not the value
    derived from the new SELECT name FROM table WHERE user_id =
    dropdown_fieldname - recordset ?

    geschenk Guest

  5. #4

    Default Re: Developer Toolbox SendMail issue

    Hi Chris,

    I think that he?s using ADDT?s "send email" feature -- are you, Ian ?
    geschenk 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