Skip to content

Commit

Permalink
external survey url maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jan 27, 2025
1 parent cd3aff4 commit 4ea60d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ajax/ticketsatisfaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@

echo "<tr class='tab_bg_1'><td>" . __('URL') . "</td>";
echo "<td>";
echo Html::input('inquest_URL', ['value' => $entity->fields['inquest_URL']]);
echo Html::input('inquest_URL', [
'value' => $entity->fields['inquest_URL'],
'maxlength' => 255,
]);
echo "</td></tr>";
}

Expand Down

0 comments on commit 4ea60d5

Please sign in to comment.