I've been trying to get a *<form>* to work using iUI, but it isn't getting formatted correctly. This is part of the code I'm trying:
<form name="tweetForm" id="index" title="moShare" selected="true" class="panel" method="POST" action=""> <fieldset> <div class="row"> <label>Name</label> <input type="text" name="ident" placeholder="Nathan Campos"> </div> </fieldset> <a class="whiteButton" href="javascript:formname.submit()">Submit</a> </form> But this is what I'm getting: <http://pixhost.tk/img/axst.png> What should I do to correct this? -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To view this discussion on the web visit https://groups.google.com/d/msg/iphonewebdev/-/vpY55biQ_nMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
