Hello,
When I click on the button, an error is generated in the browser console. You can check it at https://www.dropbox.com/scl/fi/9fg17ysl6aadwst530vy1/Screenshot-2023-10-31-at-6.15.01-PM.png?rlkey=3lw6uqtn09wpqyfb3conf7wdk&dl=0.
This is related to some plugin called HSForms. If you have such a plugin, please deactivate it temporarily and test if our form works.
Hi Harish,
Thanks for the answer. I don’t understand why I couldn’t see that in my browser console.
That form plugin is been disable, I think. There was a Hubspot forms installed, but forms are still not working.
Could you see anything else on your browser’s console?
Thanks,
Luis
Plugin Contributor
Lap
(@lapzor)
I think it’s angular.js that is capturing the button click and preventing the form from submitting normally.
You can try adding “ng-non-bindable” to the button and see if that fixes it?
Hi Lap,
I did it, but it didn’t work. I could see the class ng-submitted when I click the button, but there is no subscription.
<input type="submit" value="SAVE $150" class="ng-non-bindable" ng-non-bindable="">
Plugin Contributor
Lap
(@lapzor)
Is your theme a custom developed theme? Maybe you can ask the theme developer what attribute or class to add either to the form or the submit button to make angular ignore the form so that it can work as a normal form again.
I thin it is. I’m just working on the landing, but I don’t really know the site and I don’t have full access.
Ok, I’ll do that. I’ll keep you posted.
Thanks a million!
I couldn’t make it work. I got no answer from the developers.
I’m afraid the client decided to move to Gravity Forms, which we know it works because it’s setup on other pages.
Thanks million for your help!!