<form action="#" enctype="multipart/form-data" method="post">
  <table>
   <tbody>
    <tr id="workout_title__row">
      <td class="w2p_fl"><label for="workout_title" 
id="workout_title__label">Title: </label></td>
      <td class="w2p_fw"><input class="string" id="workout_title" 
name="title" type="text" value=""></td>
      <td class="w2p_fc"></td>
   </tr>
   <tr id="workout_duration__row">
     <td class="w2p_fl">
      <label for="workout_duration" id="workout_duration__label">How long 
is this workout?: </label>
     </td>
     <td class="w2p_fw"><input class="time" id="workout_duration" 
name="duration" type="text" value=""></td>
     <td class="w2p_fc"></td>
   </tr>
   <tr id="exercise-buttons">
     <td>
       <a class="btn btn-default btd-md" id="add-exercise">Add Exercise 
+</a>
     </td>
    </tr>
    <tr data-toggle="buttons-checkbox" id="selectbox">
      <td>
        <select id="available-exercises" multiple="">
          <option class="btn btn-default" value="2">Bench</option>
          <option class="btn btn-default" value="4">Kettle Bell 
Breathing</option>
          <option class="btn btn-default" value="1">Squat</option>
          <option class="btn btn-default" value="3">Zercher Squat</option>
        </select></td>
      <td>
        <select id="selected-exercises" multiple="" name="exercises">
        </select>
      </td> 
   </tr>
   <tr id="exercise-buttons">
     <td>
       <a class="btn btn-default btd-md" id="remove-exercise">- Remove 
Exercise</a>
     </td>
   </tr>
   <tr id="submit_record__row">
      <td class="w2p_fl"></td>
      <td class="w2p_fw">
        <input class="btn" type="submit" value="Create"></td>
      <td class="w2p_fc"></td>
    </tr>
    </tbody>
  </table>
  <div style="display:none;">
    <input name="_formkey" type="hidden" 
value="dd5d698b-0d2a-44bb-9490-46730b2123c2">
    <input name="_formname" type="hidden" value="workout/create">
  </div>
</form>

On Thursday, July 17, 2014 9:17:55 PM UTC-4, Anthony wrote:
>
> What does the final form HTML end up looking like in the web page?
>
> On Thursday, July 17, 2014 8:39:26 PM UTC-4, Frank Buibish wrote:
>>
>> It does not just says none
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to