When adding a new payment reference field to a webform, I get the following errors on the add component form:
Notice: Undefined index: private in webform_component_edit_form() (line 442 of webform/includes/webform.components.inc).
Notice: Undefined index: payment_description in _webform_edit_payment_webform() (line 34 of payment_webform/payment_webform.webform.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | payment_webform_1824540_00.patch | 1.02 KB | xano |
Comments
Comment #1
DevJoshLopez commentedI did a google search and found this. I know mine isnt from the payment for webform module but i have the same error. I get it when i tried to add a name field.
Comment #2
xanoI know that the
privateproperty exists, but iirc I couldn't find any documentation about it.Comment #3
xanoThe patch fixes the undefined index errors (due to faulty/missing defaults) and the component description.
Comment #4
xanoComment #6
xano