In guide, in forms: put ticket fields side by side

2 Comments

  • Abdul Qabiz (Diziana)

    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

    Diziana

    0
  • 拉斐尔Peguet——Officers.fr

    DearAbdul Qabiz (Diziana)thank you for your feedback, I had an answer on another article byIfra Saqlainand 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!

    0

Pleasesign into leave a comment.

Powered by Zendesk