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.

date picker doesnt work / doesnt re-direct to confirmation screen.

  1. http://standardcut.co.uk/quick-quote/#/quick-quote/

    Date Picker doesn't work
    When submitting form (after entering text) it submits, but the page does not change (no longer re diverts to the confirmation screen).

    Posted 12 years ago on Wednesday August 29, 2012 | Permalink
  2. Please begin by checking for theme and plugin conflicts by following these instructions:
    http://rkt.gs/testing

    You have a fairly unique theme there and when the date picker does not work, it's normally due to a JavaScript or jQuery error. The first step is to see if there is a conflict with the theme or a plugin.

    Posted 12 years ago on Wednesday August 29, 2012 | Permalink
  3. I ran into this issue as well. The culprit appears to be Shortcode Ultimate (http://shortcodes-ultimate.com).

    Posted 12 years ago on Wednesday August 29, 2012 | Permalink
  4. Going back to stevem802002's original problem: this looks like a Themeforest theme and they usually include the [raw] shortcode. That affects the processing of all other shortcodes, including Gravity Forms. If you check the source of the page, you will see that the Gravity Forms output has been modified with additional HTML markup. Screenshot: http://minus.com/lyhjwG3R7niOB

    I think that is breaking the functionality. You can try wrapping the [gravityforms] shortcode in the [raw]shortcode[/raw] and see if that fixes the problem.

    Here is some additional discussion about the [raw] shortcode:
    http://www.gravityhelp.com/forums/tags/raw

    Here is some additional discussion about Themeforest themes:
    http://www.gravityhelp.com/forums/tags/themeforest

    Posted 12 years ago on Thursday August 30, 2012 | Permalink
  5. Thanks for your response, Chris. Adding the [raw] code (i.e. [raw][gravityform id=1 name=ContactUs title=false description=false ajax=true][/raw]) fixed the problem I was having.

    Posted 12 years ago on Monday September 3, 2012 | Permalink
  6. Thanks for the update.

    Posted 12 years ago on Monday September 3, 2012 | Permalink