snippet-library icon indicating copy to clipboard operation
snippet-library copied to clipboard

`gw-all-fields-template.php`: Fixed a fatal error with the snippet and Nested Forms.

Open saifsultanc opened this issue 1 year ago • 2 comments
trafficstars

Context

⛑️ Ticket(s): https://secure.helpscout.net/conversation/2460908266/59240?folderId=3808239

Summary

The All Fields Template is causing a fatal error: Warning: Undefined variable $input_ids in /.../gw-all-fields-template/gw-all-fields-template.php on line 201

The issue is down to the $input_ids only getting initialized in the preceding else block (and not the if). This leads to potential scenarios of tapping in on that value/variable even though it does not exist.

BEFORE: Screenshot 2024-01-09 at 9 27 11 AM

AFTER: Screenshot 2024-01-09 at 9 26 38 AM

saifsultanc avatar Jan 09 '24 03:01 saifsultanc