Is there a way to call another form from a selection?

  • crashchampions
    Asked on October 10, 2017 at 8:15 PM

    Is there a way to call another form from a selection? For example: (Form A) has a yes or no request "Do you require a computer?" If the answer is yes can that selection "yes" open up a different form to fill out, (Form B) then when finished bring you back to conclude or submit Form A?

  • Jan
    Replied on October 10, 2017 at 11:15 PM

    Unfortunately, that is not possible. However, you can use the Show and Hide Field condition to achieve this function.

    The idea is that an external link will appear when the user selected "Yes" in the question. You can use the Text tool to insert a link. The external link will be the Form B. So the Form B will be opened in a separate tab/window.

    You can refer to this guide on how to add a link in the form.

    You may also pass a field value from one form to another. Here's a guide: How-to-Automatically-Pass-Form-Data-to-Another-Form.

    Hope that helps. Thank you.