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.

New to Gravity form, Confirm message question

  1. Hello,

    I'm sorry for the very basic question.

    Basically, i have just installed this plug-in and i like it very much.
    I'm trying to do the first experiment:
    http://gm-studio.co.uk/model-contest/test-2/

    And i set the confirmation message to "Text".

    The problem is that, after i press submit, the confirmation message appear properly but i don't know how to quit it, the only think i can do is to refresh the page.

    If i set the confirmation message to "Page" or "redirect", after i press submit i'm redirecter to the page i want to but there is no confirmation message that the submission was ok.

    So, basically, how can i show the confirmation text message, than how to quit it and stay in the same page the form was?

    Thanks

    Giorgio

    Posted 13 years ago on Thursday January 20, 2011 | Permalink
  2. You can have the form redirect to a page of your choosing and custom code a popup confirmation if you would like. You may also want to look back at this older thread about making the inline text confirmation a popup.

    http://forum.gravityhelp.com/topic/confirmation-via-pop-up-box

    Posted 13 years ago on Thursday January 20, 2011 | Permalink
  3. Thanks Kevin, i'm going to try it :)

    Posted 13 years ago on Thursday January 20, 2011 | Permalink
  4. there is only a minor issue, if i add the captvha field to the form, the message that the form was submitted appear even if the capthca code is wrong or empty. i can see on the form page that there is the error that the capthca is wrong, but at the same time therer is the notification that the message was submitted.

    i will try to understand why.

    thanks Giorgio

    Posted 13 years ago on Saturday January 22, 2011 | Permalink
  5. The confirmation message should not show up at all if the captcha fails. Can you post a URL to your form so I can look at it?

    Posted 13 years ago on Saturday January 22, 2011 | Permalink
  6. Hi,

    Thanks again for your help.

    My fault,

    I have tested it again and it doesn't appear if the captcha is wrong. It was appearing last time if i was importing the page where the form is with an iframe into an other page.

    Just an other question,

    How can i change position to the popup message?

    It always appear at the top of the page, but in the case i have a long form and i'm at the bottom of it, i can't see it.

    Thanks again for you help.

    Giorgio

    Posted 13 years ago on Monday January 24, 2011 | Permalink
  7. Adding this to your functions.php will add an anchor tag above the confirmation message and submit to that anchor tag so the confirmation will be visible when the form is submitted:

    add_filter("gform_confirmation_anchor", create_function("","return true;"));

    Posted 13 years ago on Monday January 24, 2011 | Permalink
  8. Thanks!!!!

    I admint that i have to study the documentation :(

    Posted 13 years ago on Monday January 24, 2011 | Permalink