Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Once a form is submitted the data is entered. The beauty is, you get to decide through your work flow, how it’s displayed and where and when it is displayed. Simply create a work flow that requires your database admin to review the content of the form submission, edit as he pleases to correct mistakes and then push it through to a view that displays the entry on the front end.
This can be done as easily as creating a drop down field that only the WordPress role “editor” can see. The default for the drop down is set to pending. All form submissions sent will have pending. Have an approved option in the drop down as well.
Create a view that shows all entries and filter it by the drop down field for pending. Your database admin reviews the entry, makes changes and sets the drop down to approved.
Now create a view on your front end that shows all the entries and filter it by approved. Now only the approved entries can be viewed.
This is 1 way to accomplish your task.