Jump to content

Reminder Page


ruks

Recommended Posts

I want to add the the reminder.php form within my website template - the reminder works on this link - http://www.callnorthwest.org.uk/news/reminder.php

 

when i just paste the form code below in my cms the error code appears on the page - as shown on this link -

http://www.callnorthwest.org.uk/news/password-form.php

 

<form method="post">

  <h3>Password Reminder</h3>

  <font color="red"><?php echo $this->error; ?></font><br />

  Login Email:<br /><input type='input' name='access_login' />

  <p></p>

  <input type="submit" name="access_submit" value="Proceed" />

</form>

 

My php version is 5

 

I want the reminder page to appear on my website template, is their way i can do this and for it to work without the error code appearing

 

Hope you can help

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/187403-reminder-page/
Share on other sites

I did that: -

 

<form method="post">

  <h3>Password Reminder</h3>

  <font color="red"><?php echo "$this->error"; ?></font><br />

  Login Email:<br /><input type='input' name='access_login' />

  <p></p>

  <input type="submit" name="access_submit" value="Proceed" />

</form>

 

the error is not visible on the page but it doesn't do the function - http://www.callnorthwest.org.uk/news/password-form.php

 

if you try on this - http://www.callnorthwest.org.uk/news/reminder.php - type in [email protected] - it will take you to thankyou page and the person will get an email containing the password details

 

any ideas

 

 

Link to comment
https://forums.phpfreaks.com/topic/187403-reminder-page/#findComment-989665
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.