Can Contribute 3 Edit Forms

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

  1. #1

    Default Can Contribute 3 Edit Forms

    Have been struggling to edit a Dreamweaver form for a client, cannot click inside a form field and prefill.
    Can Contribute 3 do this?
    Thanks.
    joshua24.15 Guest

  2. Similar Questions and Discussions

    1. Quickly Edit Forms
      Hi, I am making forms in InDesign CS3 and then I use Acrobat Professional 9 to create forms. Sometimes I have to edit a form so I have to go back to...
    2. Edit Template Itself in Contribute
      I know the client can edit the editable regions of pages based on a template. BUT can they also edit the template itself? I have setup a sidebar in...
    3. Cannot Edit in Contribute 2
      Hello, Anyone know why I can't "edit" on one of the pages of my Website and how to fix it. When I hit "edit" on this page--all the other pages...
    4. Read Only / Edit in Forms
      Hello, I have forms with an edit/read only button. This button works great, except that if the user wishes to search a value using a lookup...
    5. Can Contribute Edit an SSI?
      This is my first post so I hope I'm not asking dumb questions. On a small site I have each page containing the link command for the old NN4 CSS...
  3. #2

    Default Re: Can Contribute 3 Edit Forms

    joshua24.15 wrote:
    > Have been struggling to edit a Dreamweaver form for a client, cannot click inside a form field and prefill.
    > Can Contribute 3 do this?
    > Thanks.
    If you want to pre-fill the text box values in dreamweaver, you just
    need to select the text box and enter the value in the "init val:
    {textbox}".

    Otherwise you can add a code
    <input type="text" value="Text init value" name="myinitval">
    Arun Kumar M 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