customize the registry form

  • EUFRAK-EuroConsults Berlin GmbH
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 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

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 1 month ago - 3 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:
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: 3 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
  • New Member
More
3 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 "
Code:
field_last_name
" to my situation like "
Code:
field_last_name_1
", but it do not work also.

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
  • Away
  • Administrator
  • Administrator
More
3 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

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc