In guide, in forms: put ticket fields side by side
Dear Zendesk Community,
We would like to manage a form via Zendesk which recquires a lot of info to be put in fields.
Like below but up too + than 20 rows:
Do you know how to put a field side by side to another one?
Thank you very much,
Best regards,
Raphaël
-
Hi
As of now that's not doable without using javascript; we don't recommend doing that. You can build your custom form, and use Zendesk API -- but then you have to maintain another piece of code; and you might not be able to use various other features (conditional fields, etc.).
Thank you
Abdul Qabiz
-
Dear Abdul Qabiz (Diziana) thank you for your feedback, I had an answer on another article by Ifra Saqlain and here was her answer:
you can get it by CSS, pick the ID of your fields which you wanna set side by side and add the given CSS.
.request_description,
.request_subject {
margin-right: 10px;
float: left;
width: 35%;
}
Only for example but you need to add your custom field's classes and set the width per your requirements.I took the class of subject field and description field and then add css code to style.css file.
Output:
Thank you both!
Vous devez vous connecter pour laisser un commentaire.
2 Commentaires