preFillMethod. The key is the form identifier, which can be found under the ‘Advanced’ section of a question. (see 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(
formData: <String, dynamic>{
'description': 'This text will be prefilled.',
'errordescription': 'This text will be prefilled as well.',
'someformidentifier': 'This text will also be prefilled.',
},
);
preFillMethod. The key is the form identifier, which can be found under the ‘Advanced’ section of a question. (see screenshot for an example)
