Can I export all fields to wordpress including photos?

  • selsheikh
    Asked on June 11, 2014 at 11:25 AM
    can I export all fields to wordpress later including photos?
  • Steve VP of Sales Operations
    Replied on June 11, 2014 at 2:26 PM

    Hello,

    There are two ways to accomplish this. The first is integrate Jotform with your WordPress site, and have the data imported directly into your WordPress MySQL database as users submit the forms.

    Please see this thread for more details:

    http://www.jotform.com/answers/278149-How-can-i-connect-jotform-to-contact-form-db-plugin-from-wordpress

    Also, this article is likely helpful as well: How to send Submissions to Your MySQL Database Using PHP

    Links to the photos will be included in the submission results, and you can then import them into WordPress. I believe you would do this by copying the file locally, with PHP copy, and then use the WordPress function wp_handle_upload to import them into your WordPress site.

    The second option is to export/import at a specific point in time. To do this you can export the submissions from our submissions view, and then import them into WordPress. Here's a WordPress plugin that may be of assistance with the import: https://wordpress.org/plugins/wp-ultimate-csv-importer/

    If that doesn't provide you the information you need, please let us know more details of your configuration and what you're trying to accomplish.

    Thanks!