Sign Up

Page Settings

The Page Settings feature allows users to customize various aspects of their web pages, particularly in relation to branding, security, and domain management. This functionality enhances the user experience by allowing for personalization and integration of essential web components.

-

Key Concepts

  • Favicon: A favicon is a small icon associated with a website, typically displayed in the browser tab next to the page title. It serves as a visual bookmark for users, improving recognition and branding of the site.

  • Custom Scripts: Users can inject scripts into the HTML of their web pages to extend functionality or integrate third-party services. This includes a script for the <head> tag for parameters that need to be loaded before the main content, and a footer script that is appended just before the closing </body> tag.

  • reCAPTCHA Integration: Users can enhance security by adding Google’s reCAPTCHA verification to their forms. This feature requires a site key from the Google reCAPTCHA service, which helps protect websites from spam and abuse.

  • Custom Domain Configuration: This feature allows users to set up a personalized domain for their site, enabling it to be accessed via a custom URL. This involves configuring DNS records through the domain registrar to point to the Twidget platform.

Main Components & Workflow

  1. Favicon Selection: Users can upload or select an image that represents their brand, enhancing site identity.

  2. Script Management: Allows the inclusion of necessary scripts for analytics, styles, or functionalities, organized into header and footer segments for optimized loading.

  3. reCAPTCHA Setup: Users input their site key, integrating anti-spam features seamlessly into forms.

  4. Custom Domain Setup: Users enter a domain and follow guidelines to configure DNS settings, enabling direct access to their Twidget-built site via the chosen domain.

Related Topics

Element States

Element states are fundamental attributes that define how elements visually respond to user interactions within the Twidget no-code API platform. Each element, such as buttons, input fields, or cards, can exist in multiple states, each with unique visual characteristics that enhance the user experie...

Page Layouts

Page layouts in Twidget provide a structured way to organize and present content on a web page. The primary purpose of page layouts is to enhance user experience through effective content management and visual hierarchies. Key Concepts. - Header & Sidebar Layouts: These layouts subdivide the page in...

Data Source Mappers

Data Source Mappers are essential components within the Twidget no-code API platform, designed to facilitate the integration of dynamic data sources with UI elements. They serve the purpose of linking data source attributes to the respective fields required by UI components such as dropdowns, radio ...

Page List Loop

The Page List Loop Element in Twidget is a powerful feature designed to enable dynamic repetition of UI elements based on a data source. By utilizing this component, developers can create interfaces that automatically display lists of content, allowing for more interactive and data-driven applicatio...

Generating Sign Up Pages

The sign-up page functionality in Twidget serves to facilitate user registration by automating the creation of a secure sign-up process. This process ensures that user data is collected and stored efficiently while implementing necessary security measures such as reCAPTCHA verification. Key Concepts...