Hello,
I have recently added a new input field (i.e. hilalcommitteemember) in a CF4 form.
I later decided the filed-name was too long and decided to abbreviate it (hc_member).
I also renamed the related table name to the abbreviated version using phpAdmin tool.
Now the form breaks when I try to save it as I don't know how to amend the SQL code as well.
Please could you advise me where to look for the SQL code (or PHP $query code)?
The extract if the error I received is shown below, where I need to rename the column name.
1054 Unknown column 'hilalcommitteemember' in 'field list' SQL=UPDATE `#__acymailing_subscriber`
Thanks in advance for your help.
Qamar Uddin
I have recently added a new input field (i.e. hilalcommitteemember) in a CF4 form.
I later decided the filed-name was too long and decided to abbreviate it (hc_member).
I also renamed the related table name to the abbreviated version using phpAdmin tool.
Now the form breaks when I try to save it as I don't know how to amend the SQL code as well.
Please could you advise me where to look for the SQL code (or PHP $query code)?
The extract if the error I received is shown below, where I need to rename the column name.
1054 Unknown column 'hilalcommitteemember' in 'field list' SQL=UPDATE `#__acymailing_subscriber`
Thanks in advance for your help.
Qamar Uddin