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
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 rbangee@uclan.ac.uk - it will take you to thankyou page and the person will get an email containing the password details

 

any ideas

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.