Changeset 3258890
- Timestamp:
- 03/20/2025 06:14:57 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zoho-crm-forms/trunk/includes/crmcustomfunctions.php
r3194617 r3258890 100 100 $content = "<option value=''>Select Layout</option>"; 101 101 foreach ($layoutarray as $key => $value) { 102 $content .= "<option value='" . esc_html($value->layoutID) . "'>" . $value->Layoutname. "</option>";102 $content .= "<option value='" . esc_html($value->layoutID) . "'>" . esc_html($value->Layoutname) . "</option>"; 103 103 } 104 104 $allowedposttags = zcf_allowed_tag();
Note: See TracChangeset
for help on using the changeset viewer.