Sorry for the late response. We are still dealing with this issue.
Yes, the limitation is that there is a payment section attached to the form, so we wouldn’t be able to get around that part. Do you know of a plugin that would allow manual entry?
Hi Chantelle. How about hiding the payment section using conditional logic (and same for the payment add-on feeds) and base that conditional logic on a parameter that only the person adding the paper/offline signup would know? You could add a hidden field to the form, set up to be dynamically populated, and give it a parameter name of something like:
And then your conditional logic rules in the form will be set to HIDE the payment section and NOT process the feed when this field (the hidden field you added) is equal to “Chris”. Would that work for you so you can process the offline registrations?
Your solution is interesting. What do you think of a twist on it: if my client enters her email address, a conditional field kicks in where she enters a code/password. If the code matches a preset condition in the payment section, the payment section hides. This potentially could be even easier for average users than modifying the URL. Thoughts?
I chose another route. I used this plugin Gravity forms – User Role Conditional Logic – McDonnell NZ that will detect that a user has an admin role. Based on that condition, I show a checkbox. So, when an administrator selects it, the payment gets hidden and only then will the payment not be processed by Stripe.