PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Internal Form

  1. I have a form that is a "Paid to Submit/App" form on the main page. Is there a way I can create a form or manually submit the form on the back end for people that call up? I am sure there is a way, but can someone direct me in the right direction?
    Thanks,
    Jon

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  2. When you say "Call Up" - do you mean via phone? You can always fill the form out yourself for them.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  3. I mean, right now it is a form, once they fillout they have to pay 100.00 to send it. I wanted a way on the back end or a "token" on the front end to fill it out if someone calls me that I want to do it for free etc..
    Does that make sense?
    Thanks,
    Jon

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  4. Jon, in this case, your best bet would be to make a separate form and don't bother placing it on an actual page. You can duplicate your end-user form and then remove the PayPal or Payment Gateway integration (if any) and then just submit the form via the formbuilder preview so you can use that internally and it won't be public facing. Entries will still be recorded and notifications will still be sent.

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  5. How can I hook up the protected form to the same data set in the same DB that the paid one is for? Does that make sense?

    Posted 11 years ago on Monday May 21, 2012 | Permalink
  6. Hmm, if you need to keep them under the same entries/form. Then you'll need to resort to the one form, but probably rely on conditional logic. Meaning, at the top of the form place a radio field question such as: What type of order is this? Option 1 - Online / Option 2 - Phone.

    If online is chosen - you can set a condition in your PayPal feed to only go to PayPal if "Online" is chosen. So when you fill out the form you would choose Phone and it won't go to paypal on submission. Would that work for you?

    Posted 11 years ago on Monday May 21, 2012 | Permalink