Removing old Form fields from Form Results page.

Permalink
A client of mine recently updated a form on their website and deleted several unnecessary form fields. When they go to View Responses in the Form Results all of the fields are still there (see screenshot). I tried clearing the cache and that did nothing. I am running Concrete5.6.3.3 and using the default Form block. Do I need to setup a new form and delete the old one or is there a way to remove the deleted fields?

1 Attachment

 
uzitech replied on at Permalink Reply
Not sure how this is supposed to be done but I just changed the questionsetid of questions from previous block ids

UPDATE btFormQuestions SET questionSetID = questionSetID + 1 WHERE questionSetID = {current questionSetID} and bID < {current bID}