Get apoointement

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Get apoointement

Post by gautamz07 »

Hey Guys check the home navbar on this page , they have a button that says "Request appointment" ,

https://www.phoenixchildrens.org/

once clicked on that buuton , it takes u to this page :

https://www.phoenixchildrens.org/request-appointment

how do i go about creating such a button and page and what should happen in the backend ?

also , any guesses on how this one was created (i mean the backend ??)
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Get apoointement

Post by requinix »

It's just a regular link that's styled using CSS (Bootstrap, even) to look and act like a button.
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Re: Get apoointement

Post by gautamz07 »

Thanks ! :)
Post Reply