I need to reproduce this form (http://www.downtownchiropractic.ca/appointments.cfm) and am having difficulty creating the multiple drop downs for selecting a date and time on the same line. Any help would be greatly appreciated. Thanks
I need to reproduce this form (http://www.downtownchiropractic.ca/appointments.cfm) and am having difficulty creating the multiple drop downs for selecting a date and time on the same line. Any help would be greatly appreciated. Thanks
To position fields side by side you would use CSS Ready Classes. You can find documentation for the CSS Ready Classes and how to use them here:
http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
What you would want to do is in the form editor position the fields so that you have a date field and then a time field. Then you would use the gf_left_half and gf_right_half CSS Ready Classes on those 2 fields to position them side by side.
Great. Thanks Carl. Worked perfectly.
Thanks for checking back in.