Hi again Carl,
wondering if doing an edit on the export php file would be the right way adding post id to the default fields:
//adding default fields
array_push($form["fields"],array("id" => "id" , "label" => __("Entry Id", "gravityforms")));
array_push($form["fields"],array("id" => "date_created" , "label" => __("Entry Date", "gravityforms")));
array_push($form["fields"],array("id" => "ip" , "label" => __("User IP", "gravityforms")));
array_push($form["fields"],array("id" => "source_url" , "label" => __("Source Url", "gravityforms")));
array_push($form["fields"],array("id" => "payment_status" , "label" => __("Payment Status", "gravityforms")));
array_push($form["fields"],array("id" => "payment_date" , "label" => __("Payment Date", "gravityforms")));
array_push($form["fields"],array("id" => "transaction_id" , "label" => __("Transaction Id", "gravityforms")));
Posted 13 years ago on Thursday August 25, 2011 |
Permalink