The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Delete form A entries when form B is submitted
I've been scratching my head for a while with this...
I have a form "A" that captures a user id ,
I have a form "B" that captures a user id,
What I would like to happen is every time a user submits form "B" , all form "A" entires by the same user are deleted,
Any body got any ideas or done anything similar?
March 8, 2018 at 6:50 pm
Looks you'd either have to use a hook with a frm_after_create_entry (https://formidableforms.com/knowledgebase/frm_after_create_entry/#kb-update-or-create-an-entry-when-an-entry-is-submitted) or use the Formidable API (https://formidableforms.com/knowledgebase/formidable-api/). The former is considerably more work.
:Vaughn Bullard
March 8, 2018 at 7:07 pm
Thanks do much for the reply... I actually ended up using this https://formidableforms.com/knowledgebase/frm_after_update_entry/#kb-automatically-update-a-field-in-another-form and just adding a filter
Thanks again!
March 8, 2018 at 7:08 pm
You bet.
March 8, 2018 at 7:09 pm
Yep, I guess that'd work too.
Discussion closed.