Results 1 to 5 of 5

Thread: IMport custom form field

  1. #1
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts

    IMport custom form field

    trying to import the custom form field for listings
    I have a field call <span>County</span> >> app_spancountyspan-tab
    did add that to function.php
    /* add import field */
    function my_custom_csv_fields( $args )
    {
    $args['custom_fields']['county'] = array( 'internal_key' => 'app_spancountyspan-tab' );
    return $args;
    }
    add_filter( 'va_csv_importer_args', 'my_custom_csv_fields' );

    but not working
    any ideas?
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  2. #2
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  3. #3
    Marketplace Seller reloadweb's Avatar
    Join Date
    Dec 2011
    Location
    India
    Posts
    516
    Thanks
    0
    Thanked 37 Times in 35 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    ClassiPress Category Icons



    Show custom fields as tabs or Style Custom Fields using css icons on event or listing page in vantage



    Buy and sell classifieds ads online using ClassiPress




  4. #4
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  5. #5
    Marketplace Seller reloadweb's Avatar
    Join Date
    Dec 2011
    Location
    India
    Posts
    516
    Thanks
    0
    Thanked 37 Times in 35 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    ClassiPress Category Icons



    Show custom fields as tabs or Style Custom Fields using css icons on event or listing page in vantage



    Buy and sell classifieds ads online using ClassiPress




Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I can't import custom form
    By mathieurdm in forum Help Using Vantage (Legacy)
    Replies: 5
    Last Post: July 16th, 2014, 05:14 AM
  2. Dimitris CSV Import of Multiple Checkbox Custom Field
    By red20me in forum Help Using Vantage (Legacy)
    Replies: 2
    Last Post: October 10th, 2013, 02:54 PM
  3. Dimitris Mass Custom Form/Field Import
    By storyboard in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: July 29th, 2013, 07:58 AM
  4. [SOLVED] Import custom field (Vantage)
    By permis in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: August 13th, 2012, 07:56 PM
  5. Inserting a custom field from a custom form into the listing preview
    By Fanatic in forum ClassiPress General Discussion
    Replies: 4
    Last Post: May 1st, 2011, 06:17 PM