alextselegidis/easyappointments

Invalid Requirement?

MoDuLah opened this issue · 1 comments

views/components/appointments_modal.php

                            <div class="mb-3">
                                <label for="customer-notes" class="form-label">
                                    <?= lang('notes') ?>
                                    <?php if ($require_zip_code): ?>
                                        <span class="text-danger">*</span>
                                    <?php endif ?>
                                </label>
                                <textarea id="customer-notes" rows="2"
                                          class="<?= $require_zip_code ? 'required' : '' ?> form-control"></textarea>
                            </div>

Shouldn't it be $require_notes instead?

Hello!

You are totally right, this is fixed now.

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!