HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/slfopp7cb1df/public_html/sitepacket.com/system/app/Views/custom_fields/render_icon.php
<?php if (isset($field_type) && $field_type) {
    $icon = "hexagon";

    if ($field_type == "textarea") {
        $icon = "message-square";
    } else if ($field_type == "email") {
        $icon = "mail";
    } else if ($field_type == "date") {
        $icon = "calendar";
    } else if ($field_type == "time") {
        $icon = "clock";
    } else if ($field_type == "number") {
        $icon = "hash";
    } else if ($field_type == "external_link") {
        $icon = "external-link";
    } else if ($field_type == "select" || $field_type == "multi_select" || $field_type == "multiple_choice" || $field_type == "checkboxes") {
        $icon = "square";
    }
?>
    <i data-feather="<?php echo $icon; ?>" class="icon-16"></i>
<?php } ?>