heldmar
Forum Replies Created
-
Hello,
I tried removing the Paypal field and adding it back.
I still got the error, however, when I added it, I did using the Debug mode = On. I tried to submit again the form and I downloaded the debug.log:
https://docs.google.com/document/d/1yigwIZa07Pp9DJaHfoHNoIUBZd_0wyl-c9VRuynXcko/edit?usp=sharing
Also, it was very weird that, after saving and updating the form with the new field, when I tried to submit it asked me for address, city and zip code in the paypal payment option (I am trying to use credit card payment through paypal), but on a second try it only asked me for zip code, not address nor city, and it never asked me for state. Why is it being so inconsistent asking things?
Just in case, here is the export of the form after the modifications done: https://docs.google.com/document/d/1_uNz9khIUa_eM6lr4j2LPRlgF4EJu9_4eaa5JNyLGdw/edit?usp=sharing
Here is also a newer version of the debug.log file:
https://docs.google.com/document/d/1hDW6gFhaD3u5wJNOOMBDdeTNX7rJbHeKQlq4elrLYa8/edit?usp=sharing
Hello, seems like email responses do not append here.
Here is the link to the export of one of the forms that is failing to process:
https://docs.google.com/document/d/1t_vKc3PxbBBBPQLzLubVH9rJ2UDF072gqplWXNrhRxQ/edit?usp=sharing
Please let me know anything else you might need.
Hello! Thank you for the prompt response.
I have checked the configuration in WordPress, also I ran an entire Better-Search-Replace in the database for all http://cfns.us to be https://cfns.us.
I checked in WordPress configuration and it shows https: https://monosnap.com/file/DwREapcpkbUqbOX4HfZi88xIoT6vDB
Here is also the server’s settings: https://monosnap.com/file/EyLhrYS0676YWew331WOfqmpTgfDwV
Please advise how to resolve this. Thanks.
- This reply was modified 2 years, 5 months ago by heldmar.
Sorry, here it goes again:
Thanks for the prompt reply.
What exact issue did you see with the CAPTCHA field? After removing it, it actually worked, and now the form works asking for the credit card. This seems to have broken out of the blue, as I have CAPTCHA from Google (reCAPTCHA v3) and it is properly configured in Google (I just re-checked).
Here is the pastebin *containing the recaptcha*, I removed it from website to make it work temporarily.
OK, I was able to figure this out. Here is what I did, in case anyone has the same issue at some point:
I just created a Radio button control, with all my Membership Levels, each option has a numeric value, which is the cost. I marked this control in the options to be able to participate in calculations.
Then, instead of having a “Currency” field, I replaced it by a “Calculation” one, which I also marked as a hidden field. In the calculation section, I simply used the variable name of the Radio button as the value (nothing else).
This way, whatever is selected in the radio button, will have a value which will be used as a calculation for the calculation field.
Then in the Paypal section, you can use the Custom value and link it to the “Calculation” field (it accepts either “Calculation” field or “Currency”).
That’s it!