Whenever I try to sign into an account with LegalLogin set up, it repeats the following error message four times:
Notice: Undefined index: fieldname in /home2/wwiiarch/public_html/includes/htmlform/HTMLFormField.php on line 520
And it also just shows a blue hyperlink to the page that I am referencing. Also there are no errors for when I'm creating an account, it shows the scrollable page perfectly fine. Here is my code:
wfLoadExtension( 'LegalLogin' );
$wgLegalLoginPolicies = [
'WAMoS' => [ // text from MediaWiki:Terms and Conditions of Use, title is the same
'require scrolling' => true, // user must scroll it to down or open in popup windows before accept
],
];