Is there any way to download the user form after setting the data ?

In an user interface form, user fill up the form. Once the data is set, need to preview the data filled and download if required.

Is there any smarter way to work on this

  Discussion posts and replies are publicly visible

Parents Reply
  • There is no pure (and simple) out of the box way or function to do so. The way that would most closely align to what you are asking for would be to create a fillable PDF template with the same format as your form, and then populate the pdf in process with the appropriate fields.

    What I have seen in the past as an alternative is people utilizing the browser print function via a webapi (so that a link can call that webapi) and then tell users to select the 'print to pdf' option as a relatively simple workaround.
Children