Skip to main content

Uploading Custom Landings

Another exciting addition to our dashboard is the ability to upload custom landings. By providing the HTML code of your website, you can seamlessly associate it with any route within the dashboard and gain a view of your website's content and layout.

To utilize this functionality, just follow these steps:

Upload Landing

First, prepare the HTML and CSS code of your webpage and compress it into a ZIP file. After this, navigate to the Landing Management page within the dashboard.

Once you're on the Landing Management page, locate and click the Upload button. In the new page, fill in the required information pertaining to your landing.

Screenshot Select Name Page in Dashboard

  1. Title: Specify the title of your landing.

  2. Description: Optionally, provide a description of the landing.

  3. Route: Determine the location of the page within the dashboard by specifying the information that will follow this URL: https://dash.onland.io/

  4. Show Default Navbar: Display the default navigation bar of the dashboard.

  5. Load events: If your landing is going to load the events from the dashboard in the landing using the classes specified for events, activate this option.

  6. Use custom meta tags: Changes the SEO information of the landing, you can add a title, description and a image that will appear when you share the landing in social media.

Saving and Previewing

Once all the necessary details are entered, save your changes. You will be redirected to the Landing Management page, where you can preview your landing page within a designated test route.

Take advantage of this preview to assess your webpage's appearance and functionality prior to publishing.

Publication

When you are satisfied with the preview, click the button besides the more menu to publish your landing. Then, simply click the "view" option, and your landing page will be accessible via the chosen route within the dashboard.

Changing Home Page with Custom Landings​

You can change the homepage of your dashboard by following the previous steps and simply determining a specific route for your new home page.

Dashboard Root​

In this case, you want to place the landing page in the root of your site, so the route will be '/'.

Update the route input to reflect the new route:

Screenshot Select Name Page in Dashboard

By doing this, after publishing, your new landing page will become the homepage of your dashboard.

Enable Public Event Cards in Custom Landing Pages​

If you want to show the current public events from your dashboard in the homepage, you can follow these instructions:

  • Create a section where the custom events will appear in your landing.
  • Add the required classes to each element in your html in the structure indicated below. These classes will help the system recognize where each text should be placed dynamically.
  • Ensure that the classes are added in an orderly manner:

Required Classes:

  • Event Card: .event-card

  • Event Card Time: .event-card-time

  • Event Card Name: .event-card-name

  • Event Card Description: .event-card-description

  • Event Card Image: .event-card-image

  • Event Card Recurrence: .event-card-recurrence

  • Event Card Button (if you need a custom button on the cards, use this class): .event-card-button

  1. Class structure:

Screenshot Select Name Page in Dashboard

  1. How cards elements should appear: This is the structure the section should have before publishing, you can use placeholder texts for where the dynamic text will appear (.event-card-time, .event-card-recurrence, .event-card-name, .event-card-description, .event-card-image)

Screenshot Select Name Page in Dashboard

Done! Now your the events in the dashboard will appear in your custom landing:

Screenshot Select Name Page in Dashboard

Screenshot Select Name Page in Dashboard

Adding Custom Landings for Events

By providing the HTML code of your website, you can associate it with any route of an event within the dashboard and gain a view of your website's content and layout.

Event Creation and Custom Landing Upload

  1. Create an Event:
  • Follow the standard procedure to create an event.
  1. Prepare HTML for Custom Site:
  • Develop the HTML code for your webpage.

  • If you want to add an RSVP button, apply the .rsvp-button class to the button.

  • Compress the HTML files into a ZIP file.

  1. Upload Custom Landing:
  • Navigate to the Landing Management page within the dashboard.
  • Click the Upload button and fill in the required information:

    • Title: Specify the title of your landing.

    • Description: Optionally, provide a description.

    • Route: Determine the URL of the event you already created, only the information after the root of the URL that mentions the event. For example, if the URL is ‘https://onland.io/events/xr-art-tech-makers-camp’, focus on ‘/events/xr-art-tech-makers-camp’.”

Screenshot Select Name Page in Dashboard

  1. Save and Preview:
  • Save your changes.

  • You will be redirected to the Landing Management page to preview your landing page on a test route.

  • Use the preview to assess the appearance and functionality before publishing.

  1. Publish:
  • Once satisfied with the preview, publish your landing.

  • Click the "view" option to make your landing page accessible via the chosen route within the dashboard.

  • These steps enable you to integrate your custom website within the dashboard, allowing easy access and control over its content and presentation. The event will be accessible from the dashboard’s events tab.

Integration of Custom Landings with Typeform and Stripe for Paid Events and Workshops

  1. Create Typeform Survey:

    • Develop a Typeform flow and add a button at the end for redirection (to be used later for adding the payment link).

    • Publish the form.

  2. Generate Snippet on Typeform:

    • Click on "Share" and then "View Code" to copy the snippet.

    Screenshot Select Name Page in Dashboard

  1. Embed in Webflow:

    • Use the snippet in Webflow to embed the Typeform landing.

    • Export this as a zip file.

  2. Prepare Event Steps: Complete the event setup until this step.

    Screenshot Select Name Page in Dashboard

    • Define the payment link to be , it can be any custom URL you want the payment landing to be (e.g., /payment-link/xr-test).

    • Obtain the productID from Stripe (ensure you're in Test Mode if needed).

      Screenshot Select Name Page in Dashboard

    • This would be the result in the User Register section:

      Screenshot Select Name Page in Dashboard

  1. Create and Upload Event Custom Landings:
  • Event Information Landing: Create a landing page where users can see event details.

    • In this case there are no relevant changes, upload a custom landing for the event as described in the custom event landing section and just select the "This is Private Landing Page" option:

      Screenshot Select Name Page in Dashboard

  • Upload Typeform for Payment Landing:

    • Use the Register URL from step 4 (e.g., /payment-link/xr-test) for the embed typeform zip.

      Screenshot Select Name Page in Dashboard

    • Select the "This is a Private Landing Page" and "This is an Event Registration Payment Landing" options.

    • Embed Typeform Zip: Create a landing page with the embedded Typeform zip.

      Screenshot Select Name Page in Dashboard

  1. Retrieve Payment Link:

    Screenshot Select Name Page in Dashboard

  1. Insert Payment Link in Typeform:

    • Paste this Payment Link in the Typeform button in the endings as “Button Link” to redirect users to the payment after completing the form. Screenshot Select Name Page in Dashboard
Finalizing the Event
  • When accessing the event from a new account, the setup should be fully functional.

  • Note: If accessed by the organizer, they can already access the event, so the payment link will not be shown to them.