Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can I Make A Login Page

Hi can I make a login page? (If I can can you make it simple) or can I use a service like google, yahoo, ECT?

iWeb 3.0.3-OTHER, Mac OS X (10.5.8)

Posted on Sep 6, 2011 9:57 PM

Reply
10 replies

Sep 6, 2011 10:51 PM in response to palmerkevins

You can have a login form if you publish anywhere else but MobileMe. Its not simple to do.


Try one of the form services listed on this page....


http://www.iwebformusicians.com/Website-Email-Marketing/Form-Service.html


You should be able to create a free form but I think it would only have the ability to have one login and password.


To be able to have multiple users, you need to set up your own form, formmail script and a username/password script. These scripts are .php format.

Sep 7, 2011 2:49 AM in response to palmerkevins

palmerkevins wrote:


Witch one do I Use? And how do I do it?

I do not know about witches but it's none of the above. Yet.


First : do not think iWeb. Never. Solve the problem first.


Identify what you want with the login page and what it should do.


Here's what's needed :


https://discussions.apple.com/thread/3286401?answerId=16015399022#16015399022


Perhaps then and only then can you use a nice form to make it look attractive.

Sep 7, 2011 8:47 AM in response to palmerkevins

A login form code goes like this...


<form id="form1" method="post" action="#">

<fieldset>

<legend>Sign-In</legend>

<label for="inputtext1">Username:</label>

<input id="inputtext1" type="text" name="inputtext1" value="" />

<label for="inputtext2">Password:</label>

<input id="inputtext2" type="password" name="inputtext2" value="" />

<input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />

<p><a href="#">Forgot your password?</a></p>

</fieldset>

</form>


... but you need to tell it where go in this part - action="#"

Can I Make A Login Page

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.