id summary reporter owner description type status priority component severity resolution keywords cc release 5318 Unable to specify the width of input or textarea in a TRAC Form anh@… Rich Harkins "I'm attempting to create a form that would allow us to generically define tasks associated with a ticket and mark them off when completed. TRACForms seems like it would be very useful in this capacity. However, one annoying thing is that I can't seem to specify the width of the input or textarea boxes. Is there a way to do this? Here is an example form that we would want to include in a ticket. The idea is that we could type in individual tasks for the form and then the engineering team could check off tasks as they are completed. {{{ {{{ #!TracForm #! submit_label ""Finished!"" #! track_fields || '''When''' || '''Who''' || '''What''' || '''Task #''' || '''Description''' || || [tf:task1] || [tf.when:task1] || [tf.who:task1] || 1 || [tf.textarea:task1_notes] || || [tf:task2] || [tf.when:task2] || [tf.who:task2] || 2 || [tf.textarea:task2_notes] || || [tf:task3] || [tf.when:task3] || [tf.who:task3] || 3 || [tf.textarea:task3_notes] || || [tf:task4] || [tf.when:task4] || [tf.who:task4] || 4 || [tf.textarea:task4_notes] || || [tf:task5] || [tf.when:task5] || [tf.who:task5] || 5 || [tf.textarea:task5_notes] || || [tf:task6] || [tf.when:task6] || [tf.who:task6] || 6 || [tf.textarea:task6_notes] || || [tf:task7] || [tf.when:task7] || [tf.who:task7] || 7 || [tf.textarea:task7_notes] || || [tf:task8] || [tf.when:task8] || [tf.who:task8] || 8 || [tf.textarea:task8_notes] || || [tf:task9] || [tf.when:task9] || [tf.who:task9] || 9 || [tf.textarea:task9_notes] || || [tf:task10] || [tf.when:task10] || [tf.who:task10] || 10 || [tf.textarea:task10_notes] || }}} }}}" enhancement closed normal TracFormsPlugin normal fixed text input size documentation 0.11