You are not logged in. Please note that you need to log in before posting.
Hello again ![]()
Always forget something.. Algis, do you offer custom work for Hitappoint? I have some changes that I need implemented.
Thanks,
midrik
Offline
Hi ![]()
The thing is, Im setting this up for a client that needs a lot of custom fields for storing various information about his clients. Creation of these custom fields is no problem and easy to do thanks to you ![]()
But... all the fields line up in one vertical row down the page, so in my case it gets very narrow and long. It will be around 80 fields in all that I need.
So the question is can you make them line up using the horizontal space also?
Thanks,
midrik
Offline
Hello,
this can be done by CSS tricks:
this page defines the submit form page layout
core\packages\client\appointments\request\confirm\templates
you can wrap the confirm form in a DIV for example, and specify for the inner DIVs (every form HTML element is wrapped in a DIV) "float: left" and "display: inline" CSS options. So the form elements will be horizontally aligned.
Offline