-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Functionality to Make an Appointment #3 #239
Conversation
hey @Anishkagupta04 @varshith257 as said i have made some changes in the appointment form using hover effect and other colour changes.kindly,review it! |
@Srujitha-Raghava Are you from SVEC, Bhimavaram? |
@varshith257 YES |
Okay, I am from Narsapur :) |
That's good to know! |
@Srujitha-Raghava Incorporate above requested changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the changes requested above
aptmnt.html
Outdated
<label for="location">Your Location</label> | ||
<select id="location" name="location" required> | ||
<option value="" disabled selected>Your Location</option> | ||
<option value="Location 1">Location 1</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better add some realistic locations in dropdown..Like Hyderabad, Delhi, Mumbai etc....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Srujitha-Raghava Please incorporate this changes and it's good to merge except this
appointment.html
Outdated
<option value="Location 1">Location 1</option> | ||
<option value="Location 2">Location 2</option> | ||
<option value="Location 3">Location 3</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<option value="Location 1">Location 1</option> | |
<option value="Location 2">Location 2</option> | |
<option value="Location 3">Location 3</option> | |
<option value="location 1">Delhi</option> | |
<option value="location 2">Bangalore</option> | |
<option value="location 3">Hyderabad</option> |
Change them to this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varshith257 sure,I will work on that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @varshith257 i have incorporated the requested changes,can you please check them!
Thanks for the contribution |
#3
#Summary:
This pull request introduces a new functionality to the existing system, enabling users to create appointment forms.
#Changes Made:
1.Added new HTML file aptmnt.html to the project directory.
2.Implemented front-end design for the appointment form using HTML and CSS.
#Purpose:
The purpose of this pull request is to enhance the system's usability by providing users with a streamlined way to schedule appointments. By introducing this new feature, we aim to improve user experience and increase the efficiency of appointment scheduling within the system.