ASPX templates
Version 5.x > ASPX templates > New Page View modes: 
User avatar
Member
Member
sathish.k-paripoorna - 3/16/2011 7:19:29 AM
   
New Page
Hello Peoples

The below thing is scenario

We would like the visitor of our website to be able to register and signup if he needs to download the Corporate Video as well as the 3D animation for the facility. The registration page should not be very extensive, but cover the basic aspects like Company Name, Visitor’s name & designation, address and contact details, e-mail address, their field of services, specialization i.e. OEM/ Contractor, areas of interest. There’s a link that will be provided for additional question/information required, this page will request the same registration information above with addition to question/Query of user. After user fills this information, an automatic e-mail will be sent to our system and to the user. The using of cookies is required, so user only fill information once, and each time the same information is populated from cookie if found. The details of our visitors then need to be compiled into a database for our reference and future usage. There should be a help feature to assist the visitor during the registration process.


I would like to know is it possible in kentico if yes means gimme the overview and the thread of where i have to start

Thanks in advance

Sathish Kaisnathan

User avatar
Certified Developer 8
Certified Developer 8
dvanbale - 3/18/2011 2:06:44 PM
   
RE:New Page
Dear Sathish,

Yes, this is quite possible with Kentico, however, you're feature requirements are bit much to simply list example threads with code.

You can use inlinecontrols or webparts to create a registration and login page.
You can use the emailtemplates to send email to your company and the registering user.
You can use bizforms for users asking more information and have it mail to you.
You can clone the bizform webpart, to tweak requirement of cookie detection with your own code.
You can either decide to use a custom table to store user data or keep it collected within the bizform data.

All information regarding how these subjects work you can find on the kentico documentation.

Please let us know if you require extra information.

Regards,
dvanbale

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 3/22/2011 8:28:21 AM
   
RE:New Page
Hi,

There is already out of box functionality that redirects the user/visitor to logon page once the user is not logged into the system if he accesses the document/page that requires authentication:

http://devnet.kentico.com/docs/devguide/secured_web_site_areas.htm

You can create your own logon page/document with default registration and logon web parts that are available:

http://devnet.kentico.com/docs/devguide/registration_form_web_part.htm
http://devnet.kentico.com/docs/tutorial/secured_section_for_partners.htm

Or, you can use custom registration form web part:

http://devnet.kentico.com/docs/devguide/creating_a_custom_registration_form.htm

E-mails are also sent to user as well as system administrator automatically in Kentico CMS. User information is stored in database as usual.

Best regards,
Miro Remias