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.

Hook export separator

  1. netagence
    Member

    Hi,
    in order to change the export message separator to a ";" , I added this code in functions.php file of the wp theme:

    [php]
    add_action("gform_export_separator_6", "change_separator", 10, 2);
    function change_separator($separator, $form_id){
        return ";";
    }

    but I still have the default "comma" as a separator.

    can you tell me what's wrong.

    BR
    Chris

    Posted 12 years ago on Tuesday October 11, 2011 | Permalink
  2. Which version of Gravity Forms are you using?

    Posted 12 years ago on Tuesday October 11, 2011 | Permalink
  3. netagence
    Member

    The version is 1.5.3 and seems to be the latest

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  4. Moved from pre-purchase.

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  5. gform_export_separator is only available in Gravity Forms v1.6. It isn't present in v1.5.3 so that is why it is not working.

    This is mentioned in the documentation. See this screenshot: http://i.imgur.com/z2UnL.png

    Posted 12 years ago on Thursday October 13, 2011 | Permalink

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