Thread: Simple form
View Single Post
Old 08-22-2011, 02:43 PM   #1
marcelo2605
Member
marcelo2605 began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Apr 2011
Device: iPad
Simple form

I need to insert a series of checkboxes in my book epub format. It is a simple form:

Code:
        <form>           
                <p><label><input type="checkbox" /> Item1 </label></p>
                <p><label><input type="checkbox" /> Item2 Cheese </label></p>
                <p><label><input type="checkbox" /> Item3 </label></p>
                <p><label><input type="checkbox" /> Item4 </label></p>
        </form>
It's works in Ibooks and Kobo, but not in Stanza. I need to know if it would work on a tablet with Android.

Thanks
marcelo2605 is offline   Reply With Quote