Search found 5 matches

by bigdaddyk
Mon Oct 21, 2024 12:16 am
Forum: General Questions
Topic: Emptying PayPal Shopping Cart
Replies: 4
Views: 1191

Re: Emptying PayPal Shopping Cart

I know this thread is over a year old but I wanted to post this because it my help someone else.

Adding this additional code will also re-render the PayPal Mini cart icon and remove the product item count that makes it appear that there are still items in the cart on the "success" page:

<script ...
by bigdaddyk
Wed Oct 23, 2019 6:22 pm
Forum: Forms
Topic: Validation JavaScript
Replies: 4
Views: 3716

Re: Validation JavaScript

Pablo,

I finally discovered what was causing the issue.

I am using layout grids for my form fields and I added 2 edit boxes to the middle column of an existing 3-column layout grid, making sure the z-index and tab order were correct. The generated script placed validation for the 2 added items at ...
by bigdaddyk
Fri Oct 11, 2019 11:53 am
Forum: Forms
Topic: Validation JavaScript
Replies: 4
Views: 3716

Re: Validation JavaScript

Pablo,

All Objects are arranged in proper order. I have a feeling it may be related to custom code I've added but the validation script output is not in the same order as objects on page.

I plan on testing a copy of the form today without any custom code and will update this post as to the ...
by bigdaddyk
Fri Oct 11, 2019 11:43 am
Forum: Forms
Topic: Spam via Contact Forms
Replies: 5
Views: 3902

Re: Spam via Contact Forms

For whats its worth, I've had a lot of spam bots get passed all the different versions of Google ReCaptcha tools provided by WWB.

I went back to using the old "Random Question Captcha" Extension. Most of the Spam has ceased. I may try out the server side validation now that I see its an option ...
by bigdaddyk
Fri Oct 11, 2019 11:34 am
Forum: Forms
Topic: Validation JavaScript
Replies: 4
Views: 3716

Validation JavaScript

Hello WWB Users!

I was recently making some updates to a form on a site that I created back with WWB8. I'm using the current version of WWB15 and upon testing the form I've noticed the validation isn't in the same tab or Z-Order. The page uses a layer as a form which doesn't have the same right ...