- Posts: 12
- Thank you received: 0
Registration Form Format Problem
- ccoxhead
- Topic Author
- Offline
- New Member
-
Less
More
10 years 2 months ago #75576
by ccoxhead
Registration Form Format Problem was created by ccoxhead
Good evening,
On the Registration form, the format for the height for the Last Name field is set wrong. It loads as
height: 20px;
It looks like it should be the same as the other fields.
min-height: 28px;
This is making the registration form unusable.
On the Registration form, the format for the height for the Last Name field is set wrong. It loads as
height: 20px;
It looks like it should be the same as the other fields.
min-height: 28px;
This is making the registration form unusable.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 2 months ago #75588
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Registration Form Format Problem
On my site, it looks like the height of fields are set by my template (overriding my browser's default), and not Event Booking. Could you post a link to an example page (live on your site) and I can help you diagnose and fix your specific css issue?
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 2 months ago - 10 years 2 months ago #75589
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Registration Form Format Problem
Or you can edit Event Booking's media/com_eventbooking/assets/css/custom.css file and add:
I think something else on your site is setting css for #last_name, and that is causing problems on your form.
Code:
#field_last_name #last_name {min-height: 28px !important;}
I think something else on your site is setting css for #last_name, and that is causing problems on your form.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 10 years 2 months ago by James Riley.
Please Log in or Create an account to join the conversation.
- ccoxhead
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
10 years 1 month ago - 10 years 1 month ago #75672
by ccoxhead
Replied by ccoxhead on topic Registration Form Format Problem
I fixed the issue on my site using custom.css
If it were the template, then I would expect all fields to have the same formatting. But, they do not. It is only the Last Name field. I track the formatting to the Event Booking files.
If it were the template, then I would expect all fields to have the same formatting. But, they do not. It is only the Last Name field. I track the formatting to the Event Booking files.
Last edit: 10 years 1 month ago by ccoxhead.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 1 month ago - 10 years 1 month ago #75674
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Registration Form Format Problem
Glad you got it fixed.
On my site, EB doesn't have any css that effects form fields. If you post a link to a sample event on your site, maybe the Devs can see what the problem is and determine if indeed there is a bug in EB.
**edit** My guess however is that another extension that you're using is adding css for the element id #last_name . I could confirm that from a live link and save the Devs the time
On my site, EB doesn't have any css that effects form fields. If you post a link to a sample event on your site, maybe the Devs can see what the problem is and determine if indeed there is a bug in EB.
**edit** My guess however is that another extension that you're using is adding css for the element id #last_name . I could confirm that from a live link and save the Devs the time
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 10 years 1 month ago by James Riley.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.