chrome88
Forum Replies Created
-
Forum: Plugins
In reply to: [Stop Web Crawlers] Database table not presenti was able to resolve by deactivating, updating, then re-activating
thanks
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Fix for price and option fields be brokenthe problem is that once the API keys are entered, the Options such as switching from Test mode to Live mode is not viewable and as others have stated it is not due to a plug-in or theme conflict. I had to hack into the database in order to change options.
here is how i hacked it from test mode to live mode:
in the database options table look for: gfp_stripe_settings
the last entry in the string was “test”. changed that to “live” and now it is in live mode.not really a solution. once you add in your your API keys, then you no longer have access to access the options. my form is stuck in test mode and i can’t get it out to make it live. worse case i’m going to have to de-activate then delete the plug-in, then hope that re-installing it making sure that is in live-mode when i re-install/activate.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Credit Card Invalid since updating to 1.7.2if i ever need to find a needle in a haystack ben, you are definitely the man!
thanks.
now i’m worried about other gravity plug-ins imploding. any advice on what to look for?
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Stripe add-on NOT working!don’t know if this will help, but i started getting array messages again after putting in a Captcha field. I installed Really Simple Captcha and used the math challenge, after which the array errors disappeared.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Credit Card Invalid since updating to 1.7.2deactivated both Gravity Forms and Gravity Form + Stripe, deleted all data as much as possible, re-installed 1.6.11 and was still getting an array error.
based on another GF issue I had previously, i tried enabling AJAX
[gravityform id=”1″ name=”Payments” title=”false” ajax=”true”]now everything is working fine. might do a separate install to test again with 1.7.2
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Stripe add-on NOT working!try enabling AJAX when embedding the form
[gravityform id=”1″ name=”Payments” title=”false” ajax=”true”]
may work, maybe not, but worked for me
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Problem with array_key_exists() warningsjust for the record, using “ajax=true” worked for me. before that (using the default of ajax not being defined in the shortcode) i was getting the same error message.