Creating a Sign in Single Page
Permalink
I followed the instructions here:
http://www.concrete5.org/documentation/how-tos/designers/creating-a...
and
http://www.concrete5.org/documentation/developers/pages/single-page...
to add a new 'single page' that was just a copy of the core single page registration.php. (I plan to make further edits once it is working)
Unfortunately I get the error:
"Fatal error: Call to a member function label() on a non-object in /home/shwaydogg/telm/single_pages/sign_in.php on line 48" that can be seen at:http://www.telm.schwedock.net/index.php/sign_in/...
this is line 48:
<?php echo $form->label('uEmail',t('Email Address')); ?>
the complete file is attached as well if that helps.
Do I need to do something special to use the 'label()' function that registration.php had achieved behind the scenes?
I'm on Version: 5.5.2.1.
http://www.concrete5.org/documentation/how-tos/designers/creating-a...
and
http://www.concrete5.org/documentation/developers/pages/single-page...
to add a new 'single page' that was just a copy of the core single page registration.php. (I plan to make further edits once it is working)
Unfortunately I get the error:
"Fatal error: Call to a member function label() on a non-object in /home/shwaydogg/telm/single_pages/sign_in.php on line 48" that can be seen at:http://www.telm.schwedock.net/index.php/sign_in/...
this is line 48:
<?php echo $form->label('uEmail',t('Email Address')); ?>
the complete file is attached as well if that helps.
Do I need to do something special to use the 'label()' function that registration.php had achieved behind the scenes?
I'm on Version: 5.5.2.1.
http://www.concrete5.org/documentation/developers/forms/standard-wi...
As an alternative, you could re-write the parts that use the form helper to be regular html.