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.

1.4 beta testing - ajax submit validation override broken

  1. net_mage
    Member

    Hey guys,

    Just testing the ajax submit. 2 questions.

    1. Is there a way we can upload an ajax loading graphic for this and position it with css?

    2. Found a bug when using AJAX SUBMIT ONLY. The validation override displays the new validation message and the default message is still displayed. This happened for the PHONE FIELD TYPE ONLY. Thanks.

    Posted 13 years ago on Sunday August 15, 2010 | Permalink
  2. There is a hook available to change the AJAX loading graphic but we aren't finished with the documentation yet. If you have a tool to inspect hooks, the hook that is available is called: gform_ajax_spinner_url

    We will look into the validation bug on the phone field type.

    Posted 13 years ago on Monday August 16, 2010 | Permalink
  3. It appears that the custom phone validation bug still exists.

    When I put in a custom validation message the original still appears above the custom one.

    Posted 13 years ago on Thursday February 3, 2011 | Permalink
  4. To be clear, is this the scenario you are talking about: http://grab.by/8KGF

    Posted 13 years ago on Thursday February 3, 2011 | Permalink
  5. Yes it is.

    Posted 13 years ago on Thursday February 3, 2011 | Permalink
  6. Not sure if there is a way to remove that with code, but you can remove it with CSS:

    li#field_26_7 .instruction.validation_message { display: none; }

    Posted 13 years ago on Thursday February 3, 2011 | Permalink