How to find CSS ID?

  • Decleaning
    4 Kasım 2023 12:07 tarihinde soruldu
    Merhaba,

    Yukaridaki css kodu #cid_15 yerine asagidaki Alan ID nasil kullanabilirim? 

    Bir kac defa denedim lakin calismadi. Amacim bu idleri sabit olarak sol tarafta kalmasini saglamak.

    #input_169_0, #input_169_1, #input_169_2, #input_169_3, #input_169_4, #input_169_5, #input_169_6, #input_169_7

    Yardimlariniz icin simdiden tesekkür ederim

  • Carrissa Jotform Support
    4 Kasım 2023 12:09 tarihinde yanıtlandı

    Hi Hancer_Zeynep,

    Thanks for reaching out to Jotform Support. Unfortunately, our Turkish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Turkish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You can get the ID by checking the Inspect Elements of your form when it is published. Let me show you how:

    1. In your Published Formright-click your Autocompleted Address Widget to get the value of the field ID.

    2. Click the Inspect option to open the Inspect Elements.

    How do I look up the field ID to use for CSS? Image 1 Screenshot 30 Screenshot 10

    3. You will then see the container <div> tag of your Autocompleted Address Widget. In this element, the ID is cid_67.

    How do I look up the field ID to use for CSS? Image 2 Screenshot 41 Screenshot 21

    Please note that in the CSS code, you will need to add "#" to specify that you are calling the ID value.

    Reach out again if you have any other questions.