[eluser]USCTrojans[/eluser]
Code:
<div id="login_form">
<h1>Wordlife Login </h1>
<form action="http://localhost:8888/index.php/login/local_validate_Login" method="post" accept-charset="utf-8"><input type="text" name="email_address" value="Email Address" /><input type="password" name="password" value="Password" /><input type="reset" name="login_reset" value="Login" />
</div>
<div id="create_profile_form" class="homepage_forms">
<h2>Create Your Own Wordlife Account </h2>
<form action="http://localhost:8888/index.php/create_profile/create_profile_validation" method="post" accept-charset="utf-8"><input type="text" name="create_first_name" value="First Name" /><input type="text" name="create_last_name" value="Last Name" /><input type="text" name="create_email_address" value="Email Address" /><input type="password" name="create_password" value="Password" /><input type="password" name="create_password_confirm" value="Password Confirm" /><input type="submit" name="profile_create_submit" value="Create Profile" />
</div>
it says the action is localhost:8888/index.ph/create_profile/create_profile_valdation but it submits the information to the form at the top with action:http://localhost:8888/index.php/login/local_validate_Login
thanks