- Posts: 7
- Thank you received: 0
customize the registry form
- EUFRAK-EuroConsults Berlin GmbH
- Topic Author
- Offline
- New Member
-
Less
More
4 years 1 month ago #141904
by EUFRAK-EuroConsults Berlin GmbH
customize the registry form was created by EUFRAK-EuroConsults Berlin GmbH
I love this component, it is really very well thought out!
How can I adapt my registration form so that not all fields are below each other, but also next to each other, e.g. first name next to family name?
Michael from Berlin
How can I adapt my registration form so that not all fields are below each other, but also next to each other, e.g. first name next to family name?
Michael from Berlin
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 1 month ago - 4 years 1 month ago #141910
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic customize the registry form
Hi Michael
It is not possible to configure the extension to have it works like that. If you are good at css, you can try to change it using css positioning, something like add this kind of custom css to Events Booking -> Configuration, Custom CSS tab:
Something like that and you will have to change it for every fields you want to change position. Not sure if that's something you can do ?
Tuan
It is not possible to configure the extension to have it works like that. If you are good at css, you can try to change it using css positioning, something like add this kind of custom css to Events Booking -> Configuration, Custom CSS tab:
Code:
@media (min-width: 767px) {
#eb-individual-registration-page #adminForm {
position: relative;
}
#eb-individual-registration-page #field_last_name {
top: 4px;
left: 400px;
}
}
Something like that and you will have to change it for every fields you want to change position. Not sure if that's something you can do ?
Tuan
Last edit: 4 years 1 month ago by Tuan Pham Ngoc.
Please Log in or Create an account to join the conversation.
- EUFRAK-EuroConsults Berlin GmbH
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
4 years 1 month ago #142245
by EUFRAK-EuroConsults Berlin GmbH
Replied by EUFRAK-EuroConsults Berlin GmbH on topic customize the registry form
thanks Tuan for your try, but your offer will not work. I try to adapt yout code "
" to my situation like "
", but it do not work also.
You have the correct and modified answer for me?
Michael from Berlin
Code:
field_last_name
Code:
field_last_name_1
You have the correct and modified answer for me?
Michael from Berlin
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 1 month ago #142251
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic customize the registry form
Hello
I can only give you the idea, the css, if needed, will need to be modified by yourself depends on the form and where you want to move the field to. It's hard for me to help you with this change, that's why I gave you my idea above
Tuan
I can only give you the idea, the css, if needed, will need to be modified by yourself depends on the form and where you want to move the field to. It's hard for me to help you with this change, that's why I gave you my idea above
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.