I am testing one of the form. http://www.hometuitionagency.com.sg/test.htm
The back button (previous button) seem like is not working properly.
Can anyone give me advice?
I am testing one of the form. http://www.hometuitionagency.com.sg/test.htm
The back button (previous button) seem like is not working properly.
Can anyone give me advice?
Does the form behave the same way when you preview it from within the formbuilder preview window?
Hi, thanks for your reply. It work perfectly when i preview it from within the formbuilder preview. Do you have any solutions?
You're going to want to check for theme/plugin scripts by following the instructions here:
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Our themes having conflict with Gravity Form. It work perfectly when i activate default Twenty Ten theme. Do you have any advice to fix this issue?
I found the solution for the themes forums and someone share that
The solution is to disable the theme’s button styles or to add the class “noStyle” to each button which tells the theme to ignore them.
Here’s the method for disabling button styles:
You should probably try disabling the button styling in “onLoad.js” by commenting out “buttonStyles();” as it’s probably removing some necessary onclick or other JavaScript command.
The second method is straight forward. Open the plugin code and insert the class “noStyle”
<button class="noStyle">My button</button>
Can you guide with that cause i have little programming knowledge :)
I have fix the problem!
Glad you got it working.