You need to sign in to do that
Don't have an account?

How can I add information about doctors (name, last mane) i created before? How to create a selection box? I need to create as in the first screenshot, but it turned out as in the second. This is my first project , I just learn salesforse,please help me
<h1>Appointment Table</h1>
<apex:pageBlock title="Select a doctor">
<apex:pageBlockSection title="doctor">
</apex:pageBlockSection>
</apex:pageBlock>
<apex:pageBlock title="Working Hours Start ">
</apex:pageBlock>
<apex:pageBlock title="Working Hours Ends ">
</apex:pageBlock>
<apex:pageBlock title="Select a patient">
<apex:pageBlockSection title="patient">
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>


HiI also had the same question while developing an application for a furniture site For this site ( https://mueblesjardinbaratos.net ) I must develop a mobile application and export information such as manufacturers, brands, prices and inventory data. I'll be up until someone publishes any ideas. Regards