Loading Data without [pdb_signup]
-
I have an external plugin that have a lot information I want to include in participants database from different sources. With some PHP (and a lot of time since I am not professional programmer) I was able to collect all the data into a simple array with “field_name” and “field_data” pairs. I can easily real all the data using foreach. I also have PDb working fine, after reading the forum and your website this is working nice.
Now I must load all this data (about 60 fields, five groups) into participants database, send the e-mail with “magic” edit-link to the user and enjoy PDb to manage the data once collected.
How can I load this data array into PDb database, similar to “submit” button into signup shortcode? I have all the information, I have the same field names… But I don’t need forms, button, etc. and of course cannot use the shotcode directly. The source code in Signup and Shortcode class was far too complex for me to understand (all that OOP…) and I could not find any solution for this.
Maybe you can help, maybe there is a function call, an action (?). I have to “submit” the data using PHP into your nice plugin, can you help somehow?
- The topic ‘Loading Data without [pdb_signup]’ is closed to new replies.