Hello.
This scenario would require some customization and it may depend on particular fields settings, e.g. if they allow empty values or not.
Basically, you need to have some storage (probably some custom table or cookie) when you save information about current user and fields they filled. Next time the form is loaded, you can check this storage, compare saved user info with current user and pre-load respective fields. This could be done in proper BizForm event as described
in this example. Also please refer to BizForm’s
customization possibilities.
Best Regards,
Radek Macalik