Konflikt frontend-forms.js with terms of use plugin iagree
Author | Posts |
---|---|
May 20, 2013 at 1:34 pm 3871 | |
Hi, I have problem with the click "I Agree" in Therms of Use plugin. It shows me a conflict with: terms-and-conditions = true & tou_referrer = https% 3A% 2F% 2Fwamwara.com% 2Fregister% 2F & in frontend-form.js line 46: console.log (form_data); What is it and can I delete it or is it needed? adminPostSubmit: function(e) { e.preventDefault(); var form = $(this), form_data = WP_User_Frontend.validateForm(form); console.log(form_data); if (form_data) { return true; } }, Thanks. Cheers. Unfortunately, very important. | |
May 20, 2013 at 7:01 pm 3880 | |
Please delete the line console.log and check if it’s happening. | |
May 20, 2013 at 7:16 pm 3882 | |
Hi and thanks for the quick reply. No it does not work. It’s strange. It only works like this: console.log (form_data); if I delete the: if I’m doing: it also works. Is a mistake somewhere? | |
May 20, 2013 at 7:41 pm 3884 | |
You only need to delete this line: | |
May 20, 2013 at 7:50 pm 3885 | |
I did that. This does not work. | |
May 20, 2013 at 8:15 pm 3889 | |
Which browser are you using? | |
May 20, 2013 at 8:20 pm 3890 | |
Safari, Chrome, Yandex, Firefox | |
May 20, 2013 at 8:27 pm 3891 | |
And you are having problem with all those browsers? | |
May 20, 2013 at 8:28 pm 3892 | |
yup )-; | |
May 20, 2013 at 8:30 pm 3894 | |
As I said,’s funny, when I add the } then it works. | |
May 22, 2013 at 5:42 am 3958 | |
I don’t see why this would create problem in every browser, don’t have a clue. Can you test this with every other plugin disabled? | |
May 22, 2013 at 12:02 pm 3995 | |
So I have all plugins disabled. No function. If I disable WP user frontend, it works. Or, as I said, if I only -} – also add. Hm .. (-; | |
May 22, 2013 at 12:31 pm 3998 | |
So as I said, to me this is indicated here: terms-and-conditions=true&tou_referrer=https%3A%2F%2Fwamwara.com%2Flostpassword%2F& | |
May 22, 2013 at 12:42 pm 3999 | |
Can I see it in your site? | |
May 22, 2013 at 12:44 pm 4000 | |
yes, no problem. I set up an account and send it to you via private reply. | |
May 22, 2013 at 2:23 pm 4006 | |
This reply has been marked as private. |