Hi,
I have added Toolset Forms Commerce to my Post Form. However, when I complete the form on the frontend and click on the submit button, nothing happens. A circular motion indicates that something is processing, but it keeps turning indefinitely.
How can I resolve this, so I proceed to checkout?
Regards,
Paul
What could be happening here is that there could be a JS error on your page that is causing the redirection not to function. Based on your screenshot it seems you are submitting your form using AJAX.
If so could you disable the AJAX submit on your form and try again and let me know if it works.
If you're ok with not using the AJAX submit then you can mark this ticket as resolved.
However I do suspect the AJAX doesn't work because of a plugin conflict that could be throwing JS errors on your site. In that case I would recommend disabling the non-toolset plugins and trying again with the AJAX to see if it works.
From there you can keep testing by enabling the plugins one by one to see where it breaks.