Cómo para evitar que desaparezcan los campos al buscar una dirección?

  • brandoncasa
    Fecha de consulta 21 de julio de 2024, 14:05

    Buen dia quiero ver como corregir el CSS ya que al buscar una dirección me desaparece los demás campos hasta que selecciono una dirección especifico y es cuando vuelven aparecer (Codigo postal, Estado, Pais, etc)

    .form-group {

      margin-bottom: 200px; /* Espacio entre grupos de campos */

    }


    label {

      display: block; /* Hace que la etiqueta ocupe toda la línea */

      margin-bottom: 50px; /* Espacio entre la etiqueta y el campo de entrada */

      font-weight: bold; /* Hace que la etiqueta sea en negrita */

      color: #0C96CC; /* Color de las etiquetas */

    }


    input[type="text"], 

    textarea {

      border: 2px solid #0C96CC; /* Color del borde */

      padding: 8px; /* Espaciado interno */

      border-radius: 8px; /* Bordes redondeados */

      width: 100%; /* Ancho total del contenedor */

      max-width: 650px; /* Ancho máximo */

      box-sizing: border-box; /* Incluye borde y padding en el cálculo del ancho */

    }


    input[type="text"] {

      height: 50px; /* Altura de los campos de entrada */

    }


    textarea {

      height: 150px; /* Altura del área de texto */

    }


    input[type="text"]:focus, 

    textarea:focus {

      border-color: #075A82; /* Color del borde al enfocarse */

    }

    Cómo para evitar que desaparezcan los campos al buscar una dirección? Image 1 Screenshot 40

    Cómo para evitar que desaparezcan los campos al buscar una dirección? Image 2 Screenshot 51

    Cómo para evitar que desaparezcan los campos al buscar una dirección? Image 3 Screenshot 62


  • Reymae Jotform Support
    Fecha de respuesta 21 de julio de 2024, 18:09

    Hi Brandon,

    Thanks for reaching out to Jotform Support. Our Spanish Support agents are busy helping other Jotform users right now, so 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 Spanish, let us know and we can have them do that. But, it might take a while until they're available again.

    Now, coming back to your question, can you send me the link to your form, so I can take a look at it for you? That will help us to better understand what’s going on.

    After we hear back from you, we’ll have a better idea of what’s going on and how to help.

  • brandoncasa
    Fecha de respuesta 21 de julio de 2024, 18:25
  • Ronald Jotform Support
    Fecha de respuesta 21 de julio de 2024, 20:48

    Hi Brandon,

    The CSS code you shared was correct and it should not affect the hiding or showing of elements in your form. Rest assured, we’ll find a solution for this. Can you share with us a screen recording of what’s happening so we can try to replicate it on our end? You can share the video recording on any public sharing platform like Google Drive or Dropbox, or you can simply use Loom to record the video and share the video link with us.

    Once we hear back from you, we'll be able to move forward with a solution.

  • brandoncasa
    Fecha de respuesta 21 de julio de 2024, 20:55
  • William Jotform Support
    Fecha de respuesta 21 de julio de 2024, 23:57

    Hi Brandon,

    This is what I get when checking out the link you shared:

    Cómo para evitar que desaparezcan los campos al buscar una dirección? Image 1 Screenshot 20

    Can you set the accessibility of this to public?

    As soon as we hear back from you we'll help you more with this.

Su respuesta