Can I add submissions without using my form?

  • ynew
    Asked on March 4, 2019 at 11:26 AM

    I have created a registration form that includes integration with PayPal for payment.

    However, I have some teams that have submitted many names and will pay by check.  Is there a way that I can add these submissions so that they show up in my reports, without going through the form?

    Thanks!

  • AndrewHag
    Replied on March 4, 2019 at 12:50 PM

    You can edit the submissions data but, you cannot enter a new submission without actually submitting the form. However, as a workaround, you can ask the user to select between PayPal and Check payment. If the user selects Check, hide the payment field then the user able to submit the form without paying through PayPal so that you can keep track of all the submission data.

    For that, use a Single Choice field to select the payment type.

    1551721433chrome SobNsjdlyC Screenshot 10

    Then go to Settings > Conditions > Show/Hide Field and set the condition below:

    1551721535chrome 9Q95ai2oWW Screenshot 21

    And I also observed that the payment field is not Required, please mark it as required to restrict the user to submit the form without payment when they choose PayPal as a payment option.

    1551721763chrome YLZulEuyj6 Screenshot 32

    Here is the cloned form: https://form.jotform.com/90625397093969

    Reference guide: https://www.jotform.com/help/120-How-to-Set-up-PayPal-Along-with-Other-Payment-Options

  • ynew
    Replied on March 4, 2019 at 1:11 PM

    Thank you!