TwistPHP Documentation

getRegistrationForm

File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getRegistrationFormGet the pre-built, unbranded HTML registration form and return it as a string.

Parameters

Name Type Description
[$strLoginPage = '']stringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strLoginPage '';

//Call the function getRegistrationForm with the example vars
Twist::User() -> getRegistrationForm($strLoginPage);