Skip to main content
Siggy332
Participant
July 12, 2017
Question

Looking for a solution to customise the login Page

  • July 12, 2017
  • 1 reply
  • 322 views

We use an open URL - for entry into our webinars.

The login page is the standard - Login as Guest and Sign in.

Is there any way that we can modify the entry in that Guest Field?

For example - we would like people to type in their Name, and email before they enter.

Can this be done?

Is there any documentation that we could use to pass on to our developer?

Warmest Regards,

    This topic has been closed for replies.

    1 reply

    Jorma_at_Knox
    Legend
    July 13, 2017

    This can't be done with the basic login page for Adobe Connect.

    However, there are two ways I can think of to get the information you need.

    1. Use the API's in Connect to create your own registration or login page. You could then take the information you gather from the user entering the room and store in a solution outside of Connect or pass it along and create user accounts with that information in Connect. Then, log them in and have them enter the room. All of that information can be found in the Web Services document on the Adobe Connect | Adobe Developer Connection web page.
    2. Use the Events module of Connect which allows you to create a registration page where users must provide the information of your choosing before attending that event. Events can be for live or on-demand objects within Connect. Learn about Adobe Connect Events and best practices for Events