field into html editor

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default field into html editor

    Is there a way to insert 'recordset fields' into an HTML editor ?

    I would like to allow my client to type into an HTML editor online and then
    select fields from a list and add them to the html editor so that the email
    that is sent is 'personalized' with the values of the fields they selected,
    like name, phone number, etc.

    Any help is appreciated.

    Aleks


    Aleks Guest

  2. Similar Questions and Discussions

    1. Can anyone recomend an HTML editor
      Hi I'm running Dreamweaver 8 and PHP. I want to allow visitors to the web site use a wysiwyg htlml editor in a form to update a MySQL...
    2. HTML editor
      I am considering my on webpage, but my ISP requires that I use a HTML Editor to build it. I started looking in to HTML,(which I know nothing about),...
    3. HTML Editor for Admin
      I have created a administration site where administrators can post a description about lets say a product. Now currently there is a <textarea> form...
    4. PD HTML Editor
      Yes, it works with DMX - but, not with Netscape/Mozilla. "khna" <fkhan@nospam.lycos.germany> wrote in message...
    5. PD html editor (Mac problem)
      Hi Could anyone help me. I have recently developed a page which contains an HTML/WYSIWYG editor. I used the PD Online HTML Editor and found it...
  3. #2

    Default Re: field into html editor

    Most html editors are built around a modified textbox, and you assign values
    to the same way as you do a normal textbox, so this should be possible.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Aleks" <arkark2004@hotmail.com> wrote in message
    news:d2evfk$ppf$1@forums.macromedia.com...
    > Is there a way to insert 'recordset fields' into an HTML editor ?
    >
    > I would like to allow my client to type into an HTML editor online and
    then
    > select fields from a list and add them to the html editor so that the
    email
    > that is sent is 'personalized' with the values of the fields they
    selected,
    > like name, phone number, etc.
    >
    > Any help is appreciated.
    >
    > Aleks
    >
    >

    Paul Whitham TMM 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