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

Slack Signup
Newsletter Optin
Help Desk

Delete form A entries when form B is submitted

Labels

This Discussion is public

Notifications

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?

 

 

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

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!

You bet.

Yep, I guess that'd work too.

Discussion closed.