Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Regarding the login form View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 4:41:01 AM
   
Regarding the login form
Hi,

I want to create a login form with username, password and submit button and a forgot password link.

As per my desgin,

Which webpart I should use for this.


Thanks
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2012 5:03:46 AM
   
RE:Regarding the login form
Hello,

You can use the Logon mini form web part, which contain username and password fields with a submit button and you can add the link to a forgot password page into the Content after property of this web part.

Best regards,
Jan Hermann

User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 5:30:11 AM
   
RE:Regarding the login form
Hi Jan,

I have added custom registration form webpart, but when user enter all values and click on submit button it is not redirecting to the page and the user is not registering.

Thanks
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2012 5:35:57 AM
   
RE:Regarding the login form
Hello,

I was thinking, that you are talking about a login form... So do you want to login an user or do you want to register an user?

Best regards,
Jan Hermann

User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 5:38:56 AM
   
RE:Regarding the login form
registration and login both

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2012 6:01:13 AM
   
RE:Regarding the login form
Hello,

Ok, the Custom registration form web part has to be paired with an alternative form. Have you followed the approach from this link? Have you set the right Redirect to URL property to the Custom registration form web part?

Best regards,
Jan Hermann

User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 6:21:50 AM
   
RE:Regarding the login form
Hi Jan,

It is working fine if I select alternative form as the registration which is by default created. But If create new alternate form the it does not work.

Thanks again
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2012 7:11:07 AM
   
RE:Regarding the login form
Hello,

Could you please post here the custom layout you are using in your alternative form?

Best regards,
Jan Hermann

User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 7:13:50 AM
   
RE:Regarding the login form
Hi Jan,

Thanks for reply.

Following is the custom layout code. form name is MyRegistrationForm


<table border="0" cellpadding="1" cellspacing="1" style="width: 500px">
<tbody>
<tr>
<td>
User Name</td>
<td>
$$input:UserName$$</td>
</tr>
<tr>
<td>
First Name</td>
<td>
$$input:FirstName$$</td>
</tr>
<tr>
<td>
Last Name</td>
<td>
$$input:LastName$$</td>
</tr>
<tr>
<td>
Email</td>
<td>
$$input:Email$$</td>
</tr>
<tr>
<td>
User Password</td>
<td>
$$input:UserPassword$$</td>
</tr>
</tbody>
</table>

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2012 8:28:03 AM
   
RE:Regarding the login form
Hello,

Please go through the attributes in your Alternative form's fields and uncheck the Display attribute in the editing form check-box for every single field except those five in your layout.

Best regards,
Jan Hermann

User avatar
Member
Member
sansugoi_sayounara-hotmail - 2/28/2012 11:08:22 PM
   
RE:Regarding the login form
Hi Jan,

Thanks for your reply, now the registration form is working.

Now I want to add on home page a login form with user name, password and login button with forgot password link.

and on one internale page a login form with username, password login button , forgot password and link to register, so which webpart i should use, i don't want to use the remember me option.


Thanks Again
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/29/2012 3:23:49 AM
   
RE:Regarding the login form
Hello,

As I mentioned in my first post, you can use the Logon mini form web part, which already contains username and password fields with a submit button and you can add a link to the forgot password page or a link to the registration page through the Content after property of this web part.

Best regards,
Jan Hermann