Issues when clicking submit button

This topic contains 6 reply and 4 voices, and was last updated by Tareq Hasan 10 years, 7 months ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
September 7, 2013 at 1:03 am 7869
Tareq Hasan Hi, When I click submit button on form type post and user registration, It never ending ajax process. So, It doesn't redirect to post page or notification page. How can I fix this problem? Thanks, Mutlu
September 7, 2013 at 1:17 am 7870
Mahi Mahi

Its conflicting with your theme or other plugin’s js file.

try with firebug.

September 7, 2013 at 1:53 am 7874
mutludemirbas mutludemirbas

It gives below message. but no error, no warning message.

message

September 7, 2013 at 5:45 am 7877
paperweight paperweight

I have had this type of persistent problem too for a long time. And sometimes it only shows in certain browsers. For example in Opera our theme conflicts with that button but in Firefox it doesn’t conflict.

Therefore, can @Tareq or Wedevs staff suggest a good “base” theme we should use for no conflicts? I can create a child theme from that, but if I know a good base theme we can use that doesn’t conflict with WPUF Pro I can fix many of these UI problems too~

September 7, 2013 at 8:13 am 7880
Tareq Hasan Tareq Hasan

@mutludemirbas, did you see that the response is having some unwanted text? Looks like some SMTP checking and should it be there? I think not. The only response the plugin wants is the last two line in the picture. {"success":true....}. So it looks like a plugin conflict.


@paperweight
The plugin submits the data via ajax and it expects some response. But if some other plugin is generating some error, it changes the ajax JSON response and the plugin can’t parse it. Although the data is saved, but the spinner image doesn’t end.

September 7, 2013 at 7:17 pm 7895
mutludemirbas mutludemirbas

hi tareq,

I’ve disabled notification mail in post forms, it works perfectly. So, that smtp message related to wpuf.

But, I can’t disable notification option in user registration forms.

I think, it’s not other plugin’s conflict.

thanks,
mutlu

September 8, 2013 at 12:56 pm 7917
Tareq Hasan Tareq Hasan

Hi Mutlu, the SMTP message is not related to WPUF. May be you are using any SMTP plugin for sending mail? WPUF uses wp_mail function to send notification mail. Maybe some other plugin is generating the log messages and it’s conflicting with the ajax response.

Viewing 6 Posts - 1 through 6 (of 6 total)