Pre-Fill Form ! Suggestions how to do it?

I want to have some form's fields pre-filled then the user will open the pre filled form and fill the rest of the blank field.

The purpose is to generate a form which contains fields generated automatically (for example : surveyor Name and ID ) and continue to fill the form.

I have tried to do it the ODK Collect side on android studio but no success.

Any help is welcome.

Thank you in advance !

Best Regards

Hi @Marwen_Larnaout

maybe Form Metadata is enough for you? Please check https://opendatakit.org/help/form-design/examples/#Property_values
and here is an example: preloads.txt (1.7 KB)

Hi @Grzesiek2010
Thank you for your reply.

I already tackle this solution and it works but it is connsidered like a particular case of my purpose.
In fact, i want something more generic ,i.e : generate personalized pre-filled fields.

Indeed, actually i'm trying to explore the parsing part in order to have a generic source code capable of fulfilling the requirement.

Best Regards.