Is there a way to have a form that someone fills out auto populate another form?

  • annaburnham
    Asked on February 1, 2017 at 2:43 PM

    Basically I want to create a quote based on the information that someone provides on their rental inquiry.  Is there a way to do this with any kind of logic?  (Ie if they say they want to rent the MainStage theater and are a non-profit, those prices would be automatically reflected on the new quote).

  • BJoanna
    Replied on February 1, 2017 at 3:12 PM

    If you want to pass data form one form to another inside of this guide you can find how to do it:

    How to Automatically Pass Form Data to Another Form

    However if will have different prices on your second form and you want to show one or another prices based on data that was passed, then you could use conditional logic to hide/show fields based on value that was passed or you can update/calculate fields:

    How to Show or Hide Fields Base on User's Answer

    Conditional Logic Inserts Text/Calculation Into A Field

    More about conditional logic you can find here: 

    Smart Forms Using Conditional Logic

    Hope this will help. Let us know if you need further assistance.