Advertisement
chrishajer

Update an existing lead with information after_submission

Aug 16th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $wpdb->insert("{$wpdb->prefix}rg_lead_detail", array(
  2.     'value' => $responseCode,
  3.     'field_number' => $field_number,
  4.     'lead_id' => $entry['id'],
  5.     'form_id' => $entry['form_id']
  6. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement