PreFillForm. The key is the form identifier, which can be found under the ‘Advanced’ section of a question (see the screenshot for an example).

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gleap.PreFillForm(new Dictionary<string, object?>
{
["description"] = "This text will be prefilled.",
["errordescription"] = "This text will be prefilled as well.",
["someformidentifier"] = "This text will also be prefilled.",
});
PreFillForm. The key is the form identifier, which can be found under the ‘Advanced’ section of a question (see the screenshot for an example).
