Custom form: Added a new section with a question. Edit submission error

I have added a new section and a question in this section to an existing custom form asset.


Prior to adding this field, I entered some data into this form.

Now I need to edit these submissions and fill out in each of them the corresponding text field I added to the new section.



However when I click the "Commit" button, I get the following error:



Fatal error: Call to a member function on a non-object in /opt/matrix/mysource_matrix/packages/cms/form/form_submission/form_submission_edit_fns.inc on line 228





What is this about?





cheers.

Hi,
I tried this on 3.16.9 and 3.18.2 but wasn't able to replicate the problem. What is the version of your system? And what type of Field (date/text/selection?) are you adding in the form section? What was your particular input for that field?

Thanks.

[quote]Hi,
I tried this on 3.16.9 and 3.18.2 but wasn't able to replicate the problem. What is the version of your system? And what type of Field (date/text/selection?) are you adding in the form section? What was your particular input for that field?

Thanks.[/quote]



Thanks, the version is 3.16.3 The custom form contains a new section and the section's question is of type text.

I entered a "time" value e.g. 1:00:00

hi, I've tried again on both 3.16.9 and 3.18, adding a section to an existing custom form, then add a question of type text to the new section, view it and submit with the value "1:00:00" for the new question's field. There is no error displayed. There is no record of the bug you mentioned in Matrix bug tracker. If you are a squiz client, you might need to contact Squiz to have a look at your particular setting. Please let me know if there's anythings else that i might have missed.
Thanks and Regards,

[quote]hi, I've tried again on both 3.16.9 and 3.18, adding a section to an existing custom form, then add a question of type text to the new section, view it and submit with the value "1:00:00" for the new question's field. There is no error displayed. There is no record of the bug you mentioned in Matrix bug tracker. If you are a squiz client, you might need to contact Squiz to have a look at your particular setting. Please let me know if there's anythings else that i might have missed.
Thanks and Regards,[/quote]



Actually, before adding the section and the question to the form, have you tried entering data on the fields available in the form prior to including this section, and then, adding the section to the form. Then trying to edit this submission through the submission logs screen, and once you click on edit in the submission, trying to enter data on the new text field added with the new section. This is when it is failing in our system.



Thanks.