Inserting data to different database table after submission
-
Hi there!
First of all, great plugin.
Can you tell me how I can insert the submission data into my database? If found the hook for this in an other topic, but I’m not sure how to retract the data from the ‘$submission’ variable.
If have multiple fields like name, emailadres and password. How can I retract these field values from the ‘$submission’ variable?
Thanks!
add_action(‘erf_post_submission’,’after_submission_callback’);
function after_submission_callback($submission){
//Custom Logic
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Inserting data to different database table after submission’ is closed to new replies.