How can I have a form to populate a webpage?

  • Sean Voorhies
    Asked on August 8, 2019 at 6:53 AM

    I have a form that has the following:


    1. Multiple Choice

    2. Short Text Answer

    3. Multiple Choice

    4. Short Text Answer

    Submit


    I'd like the submission to populate a webpage (none of the data is private) and, if possible, only show results/submissions from the past day. Is that possible?

  • jherwin
    Replied on August 8, 2019 at 8:19 AM

    You can only pass the data of the form to another form as well. You can embed a second form into your webpage and then pass the data there.

    Here's the guide: How-to-Automatically-Pass-Form-Data-to-Another-Form

    For embedding the form to your webpage, you can refer to this guide: Embedding-a-Form-to-a-Web-Page