Partilhar preenchimento de formulário

  • telmix
    Asked on February 14, 2018 at 12:29 PM

    E possível um usuário preencher parte de um formulário e enviá-lo para que outra pessoa o acabe de preencher?

    Obrigado 

  • Richie JotForm Support
    Replied on February 14, 2018 at 1:34 PM

    Unfortunately, that is not possible. You cannot fill a part of your form and let another user finish your form because each session is unique for each form and user.

    You can check this article How-to-Save-Forms-and-Continue-Later

    Hope you find this information useful.

    Please let us know if we can be of further assistance.

  • telmix
    Replied on February 16, 2018 at 8:03 AM

    Obrigado.

    A hipótese sugerida parece funcionar mas ao experimentar não funciona.

    Na demo https://form.jotform.com/60873864629975 , preencho os dados e quando volto à sessão, os dados estão todos apagados. era suposto gravar para continuar...

  • Richie JotForm Support
    Replied on February 16, 2018 at 9:34 AM

    It seems you wanted to pass the values to the next, you can do that by using -Prepopulating-Fields-to-Your-JotForm-via-URL-Parameters.

    I have given a sample session here that gets your first name,lastname and email.

    ?session={email}&email={email}&name[first]={name:first}&name[last]={name:last}


    Let us know how it goes.