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

  1. #1

    Default Form Option Edit

    I am trying to find out the way to edit "option" part of the forms. Maybe this
    is not even possible but i am trying to get final answer on this:

    Example:
    <select name="Date and Time" id="select">
    <option>August 7, 2007 from 9:00 AM - 10:00 AM</option>
    <option>August 22, 2007 from 9:00 AM - 10:00 AM</option>
    </select>

    User wants to change the date and time by using contribute cs3.

    gx280 Guest

  2. Similar Questions and Discussions

    1. How to programatically edit the"Do not send fonts to Adobe PDF" option
      Hello, I was wondering if someone could help me with programatically editing the "Do not send fonts to Adobe PDF" option on the Adobe PDF Settings...
    2. Can't edit form code
      Although the 'restrict form code' box is unchecked in administration, I have no access to any of the code in the forms on my page. Could anyone...
    3. Add / edit on the same form?
      I am building a site with many many different record insert / update pages. I am interested in combining the 2 forms ( add / edit ) into 1 as I have...
    4. datagrid with edit option selecting data
      In asp.net web page that has a datagrid, how do you get the value from the selected edit textboxes?
    5. Form data - drop down values/display option
      I have a drop down box where the choices are populated from a database query, this part works fine: <option value><% = strEmail %></option> I...
  3. #2

    Default Re: Form Option Edit

    Contribute doesn't not natively give you the ability to edit or create a form.

    In order to edit/create HTML forms in Contribute you need to use the option
    Edit Page Source in External Application which is located in the
    Actions submenu of the File menu.

    In order for this to work the role the user is in needs to have the option
    Allow users to edit web page source in external application checked in
    the Editing section of that user's role.

    arfore 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