Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cardboardmonet

    (@cardboardmonet)

    Update: I need it in ascending order. At least I figured that much out.

    Thread Starter cardboardmonet

    (@cardboardmonet)

    Figured it out!

    If you’re hardcoding your CSV URL as such:

    https://my-domain.tld/wp-content/plugins/contact-form-7-to-database-extension/export.php?form=myform

    You simply have to add:

    &orderby=Submitted%20ASC

    To the very end, so the final URL will look like:

    https://my-domain.tld/wp-content/plugins/contact-form-7-to-database-extension/export.php?form=myform&orderby=Submitted%20ASC

    If you put your information in where things are italicized, and are logged in to your WordPress admin, you can test this by navigating to that link in your browser. It should start a CSV download, and then you can open that in excel and it should order ascending.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change posting order (ascending vs descending data)’ is closed to new replies.