Switch Personal Information fields to appear before calendar?
Right now it is showing the calendar before the personal information fields. I want it so it shows Personal Information first then the calendar. Which files would I access to make this happen?
1 Answers
Hi,
you will have to alter the template for the form but I wouldn't suggest that one. Location of the template is /src/templates/ea_bootstrap.tpl.php. Also you will have to add custom style :
.ea-bootstrap.ea-bootstrap .disabled .block { display: none; }
so the visitor can populate those fields before selecting date/time.
Best regards,
Nikola
Please login or Register to submit your answer