The problem I'm trying to solve: We want admins to submit a form without it going to paypal, (this allows us to add the mailed-in forms we have into the system--another vote for data importing, by the way, as these exist in an excel sheet).
What I tried: Creating an "admin only" radio-button field whose value would then be picked up by the paypal plugin as the conditional. I wasn't bright enough to think this through; "admin only" doesn't mean "will be visible on the form only to logged in users", so it doesn't help.
Is there a way to either (a) not send a form submitted by a logged-in user to paypal or (b) show or hide fields on the public-facing form based on settings in the form editor? We don't have any other wordpress users, just site admins, so we don't need to do anything finer than check to see if they're logged in.
Many thanks.