Skip to main content
v3.87.1
Nov 7, 2025

Interface Improvements

Phone Fields

We improved the readability of the country selection dropdown in international phone fields by adjusting the text color to provide better contrast and visibility.
v3.87.0
Nov 7, 2025

International Phone Support

You can now create phone fields with full international support in your forms! This feature allows your users to enter phone numbers from any country in the world, with automatic validation and country selection.

Default Country Selection

When creating a phone field, you can configure the pre-selected country that will be displayed by default. This improves the user experience, especially when you know the main origin of your audience.For example, if most of your leads come from Brazil, you can set Brazil as the default country. When the user opens the form, the field will already be configured with the Brazilian country code (+55), making it easier to fill out.

Smart Validation

The system now uses advanced phone number validation, ensuring that only valid numbers are accepted. The validation considers the specific format of each country, providing a more accurate and professional experience.

Simplified Interface

When you select the “Phone” type for a form field, the placeholder and icon options are automatically hidden, as the international phone field already has its own interface with country flag and dial code.How to use:
  1. When creating or editing a form field, select the “Phone” type
  2. Configure the pre-selected country in the country selection field
  3. The system will automatically display the selected country’s flag and corresponding dial code
  4. Users can change the country directly in the field if needed
This feature is especially useful for companies that serve international clients or need to collect phone numbers from different countries in a standardized and validated way.
v3.85.1
Nov 5, 2025

Variables with Fixed UTMs

Projects now have access to variables with fixed UTMs that can be used in any workflow. This feature allows you to direct users to specific flows based on the tracking parameters from your traffic campaigns.The following UTM variables are automatically available in all projects:
  • utm_source - Traffic source (e.g., facebook, google, site)
  • utm_medium - Marketing medium (e.g., cpc, email, social)
  • utm_campaign - Campaign name
  • utm_term - Search term (mainly used in search campaigns)
  • utm_content - Specific ad content
You can use these variables in flow conditions to create custom logic. For example, if a user arrived through utm_source = facebook, you can direct them to a specific checkout flow.Practical example: Set up a condition that checks if utm_source equals “facebook” and direct those users to an optimized checkout, while users from other sources follow another flow.UTM variables can be displayed in any flow element, allowing you to personalize the user experience with specific information from the campaign that brought them to you.You can use these variables in texts, titles, buttons, or any other element that supports variables, creating a fully personalized experience based on traffic source.For the funnel to automatically assume UTM variable values, simply provide the correct parameters in your traffic campaigns. When a user accesses the project through a link with UTM parameters, the system automatically captures these values and makes them available for use throughout the flow.
Make sure to include UTM parameters in all links from your campaigns to make the most of this feature.