You might be best off using one of the hooks that fire either before or after entry creation. You can possible also trigger a result with the Ajax.complete() event from the upload. I haven't researched this, but the kind of custom code you need to write may not be able to use any available WordPress or Formidable functions. Formidable has functions for CSVs but I'm not sure how helpful they'll be. You may have to resort to PHP low-level file handing functions to open, parse, and process your email addresses. You're breaking new ground.
I figured out a solution to this. I created a form that has two paragraph fields in it and wrote a php script that uses the 'frm_pre_create_entry' filter.
^^ -Jane
Please login or Register to submit your answer