Welcome Guest, Not a member yet? Register   Sign In
error on function call
#2

I moved my form from the template to a view.I still have the same issue.
<form action="<?= base_url('/index.php/Users_start_login/get_email') ?>" method="POST">
<div class="field">
<label class="label">Email Address</label>
<div class="control">
<input id="email" name="email" class="input" type="email" placeholder="Type the email address">
</div>
</div>
<div class="field is-grouped">
<div class="control">
<button class="button is-link">Enter system</button>
</div>
</div>
</form>

I get to the method, get_email, through the form action. Then everything goes crazy.
proof that an old dog can learn new tricks
Reply


Messages In This Thread
error on function call - by richb201 - 04-19-2021, 06:36 AM
RE: error on function call - by richb201 - 04-19-2021, 01:28 PM
RE: error on function call - by vitnibel - 04-19-2021, 06:51 PM
RE: error on function call - by richb201 - 04-19-2021, 09:00 PM
RE: error on function call - by vitnibel - 04-19-2021, 09:40 PM
RE: error on function call - by richb201 - 04-19-2021, 09:56 PM
RE: error on function call - by InsiteFX - 04-20-2021, 11:44 AM
RE: error on function call - by hamishheney5 - 06-09-2021, 04:54 AM
RE: error on function call - by ashwinjio - 02-25-2022, 01:51 PM
RE: error on function call - by dervisvid - 04-12-2022, 12:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB