PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Previous Button is not working

  1. 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?

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  2. Does the form behave the same way when you preview it from within the formbuilder preview window?

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  3. Hi, thanks for your reply. It work perfectly when i preview it from within the formbuilder preview. Do you have any solutions?

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  4. 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

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  5. 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?

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  6. 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 :)

    Posted 12 years ago on Friday June 22, 2012 | Permalink
  7. I have fix the problem!

    Posted 12 years ago on Saturday June 23, 2012 | Permalink
  8. Glad you got it working.

    Posted 12 years ago on Sunday June 24, 2012 | Permalink

This topic has been resolved and has been closed to new replies.