Page 1 of 1

Input fields disappeared from FEU login form

Posted: Sat Sep 22, 2018 2:03 am
by sage12
Hi,

Yesterday I updated CMSMS from 1.11.13 to 1.12 and updated also FrontEndUsers module from 1.29 to 1.30.4.

I have on one page login form {FrontEndUsers} and after update input fields {$input_username} and {$input_password} disappeared. I haven't changed my FEU template and I tried also to use <input> and </input> in different formualtions but no help. Promt fields are ok.

Never experinced this before? I have been using CMSMadeSimple for years.
--------
This is part of the original what I have in my login template:
<p><label for="{$feuactionid}feu_input_username">{$prompt_username}:</label><br />
{$input_username}<br /></p>
<p><label for="{$feuactionid}feu_input_password">{$prompt_password}:</label><br />
{$input_password}</p>
--------

Any idea?

Edit: FEU version was 1.28

Re: Input fields disappeared from FEU login form

Posted: Sat Sep 22, 2018 5:42 am
by Dr.CSS
You maybe should have looked at the change logs/release notes...

You may need to look at the default templates as they may have changed some of the syntax for certain calls...