<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>
--
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 iphone...@googlegroups.com.
To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
Hi,
Try this code....
<form name="tweetForm" id="index" title="moShare" selected="true" class="panel" method="POST" action="">
<fieldset>
<div class="row">
<label style="width:100px">Name</label>
<input type="text" name="ident" placeholder="Nathan Campos">
</div>
</fieldset>
<a class="whiteButton" href="javascript:formname.submit()">Submit</a>
</form>
Thanks
Gopikrishnan
On Tue, Jul 5, 2011 at 7:12 AM, Nathan Campos <eeep...@gmail.com> wrote:
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>
This is what i get here:
http://www.we-are-gurus.com/labs/iui-clone/samples/prefs.html
I'll try to investigate a fix we could give to 0.4 before Sean go official 0.4.
R.
On Tuesday, July 5, 2011, Nathan Campos <eeep...@gmail.com> wrote:
> Using 0.40-dev2 I got this:
> <http://pixhost.tk/img/fbf3.png> <http://pixhost.tk/img/fbf3.png>
>
--
Kinds Regards,
Remi Grumeau