- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by
support-octavio.
-
AuthorPosts
-
shaneumlaufMemberOk I am developing an app for a new client. I need help with a Log In Code. I can not figure out how to make it work because when i tested it the code did not work, but works on their website.
I am creating a dating app, but need to have a login form that works using Mobi One. I have the URL that needs to work for the <form></frorm> but when I tried to use the HTML widget don’t work.
How can I use the widgets to work and make the login a success. I know its turkey day and i know that repsonse will be late. I do need help because I only bought the program a few days ago. If anyone can help with the login in code that would be kudos.
I give you kudos if you help me.
Thanks
So this is the code that can not work?
<form action=”http://www.talk2singles.com/complete_login.php” method=”post” name=”FrmLogin” id=”FrmLogin” onSubmit=”return Validate_FrmLogin()” style=”margin:0px; padding:0px”>
<table width=”920″ border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>
<tr>
<td align=”left”><img src=”http://www.talk2singles.com/templates/default/images/login-icon.jpg” /></td>
<td><h2>Member Login:</h2></td>
<td>Username</td>
<td><input type=”text” class=”loginfield” name=”txtHandle” tabindex=”1″ value=”” /></td>
<td>Password</td>
<td><input name=”txtPassword” type=”password” class=”loginfield” tabindex=”2″ value=”” /></td>
<td><input name=”submit” type=’image’ src=”http://www.talk2singles.com/templates/default/images/login-btn.jpg” value=’Login Now’ /></td>
<td align=”right”><a href=”resend.php”>Forgot Password?</a></td>
</tr>
</table></form>Attachments:
You must be logged in to view attached files.
support-octavioMemberHi bhamstudios,
are you using the code provided in a HTML widget?
You could let mobione do the work for you: take a look at this example and let us know if you need further assistance: http://www.genuitec.com/support-genuitec/viewtopic.php?p=12976#p12976 -
AuthorPosts