Gleap forms are a traditional, straightforward approach for user data input. They offer a simple, efficient method for users to provide specific information or feedback. Forms are particularly useful when detailed user input is essential, allowing for a clear, direct way of data collection without the dynamic steps involved in workflows.If you want to manually show a form, simply call one of the following methods.
This form is great if you want to collect feature requests. You can also embed your Gleap roadmap and share it with your users to have them vote on requests.
// Starts a classic feature request form.Gleap.StartClassicForm("featurerequests");
Gleap also allows you to configure custom forms. This is especially handy if our default forms don’t fully cover your use cases. Visit our dashboard for more information on custom forms.
// Starts a classic form with the CUSTOM_FORM_KEY as key.Gleap.StartClassicForm("CUSTOM_FORM_KEY");
Assistant
Responses are generated using AI and may contain mistakes.