Hi Guys,
We're building a project that requires a CSV of customer order data imported into a form with at least 50k entries per month (it will increase up to 100k entries per month over the next few months).
We need to do some calculations for each entry but the frm_validate_field_entry hook doesn't fire when importing via CSV.
Is there another hook that would do the job or do none of them fire when importing via CSV?
Thanks
Chris
Please login or Register to submit your answer
Have you tried frm_pre_create_entry?
Victor - you're a star! That works perfectly.
Lucky guess!