Dears
I have a user who could submit an entry, what I want is to allow the admin to accept or reject this entry and based on that I want to give him more access by assign a new role for him
how to do that in formidable
thanks
When the user submits, you use frm_after_create_entry to set the initial role. When the admin updates, you use frm_after_update_entry to change the user role depending on the status set by the admin.
Many thanks, should I write a function? or I can do it directly from formidable interface ?
Please login or Register to submit your answer