cootook / project

Learn by doing project for everybody
MIT License
0 stars 0 forks source link

[BUG] - confirm appointment btn does not work #25

Closed cootook closed 19 hours ago

cootook commented 6 months ago

On main page request for appointment does not work

To Reproduce Steps to reproduce the behavior:

  1. Go to home page
  2. Click on available time slot, you will see request dialog.
  3. When click recaptcha confirmation btm is not enabled.

Expected behavior After completing recaptcha the btn should be enabled.

Screenshots image

Additional context ReCAPTCHA couldn't find user-provided function: enable_submit_book When refactor was done the functions from index.html were lost. There supposed to be two functions: for enabling and for disabling the btn.

cootook commented 1 day ago

@isaiahthedev when you separated html, css and js into dedicated files you missed some js snippets. I going to fix it now

cootook commented 19 hours ago

fixed https://github.com/cootook/project/commit/582d24768c00d34f7d94fb9780868c9ae536ac7c

image