• Resolved yessoftmk

    (@yessoftmk)


    Hi, nice plugin.

    How I can make Textarea “admin-note” – required field?

    <textarea id="<?php echo $this->id; ?>-admin-note" class="input-text" type="text" name="<?php echo $this->id; ?>-admin-note"></textarea>

    I try insert “required”

    <textarea id="<?php echo $this->id; ?>-admin-note" class="input-text" type="text" name="<?php echo $this->id; ?>-admin-note" required></textarea>

    but customer buy goods without fill textarea

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Textarea “admin-note” as required’ is closed to new replies.