• Resolved mardoqueo

    (@mardoqueo)


    Textarea showing fine in backend but not visible in the page.

    https://rumboservicio.com.ar/columnas/

    I was told this, but I didn’t find specific instructions to create the form. Can you help? THANKS!

    Aurovrata Venet (@aurovrata)
    1 month ago

    @mardoqueo you have not saved your form properly, the textarea has not been inserted into your form. Please start your own thread. This is WordPress forum policy.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Can you please paste a copy of your form HTML code in this thread

    Thread Starter mardoqueo

    (@mardoqueo)

    Here goes! Really appreciate your time and effort!

    <div class="container">
      <div class="row">
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[text* nombre placeholder "Nombre/s"]
            <p class="info-tip"></p>
          </div>
        </div>
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[text* apellido placeholder "Apellido/s"]
            <p class="info-tip"></p>
          </div>
        </div>
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[text* empresa placeholder "Empresa"]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row">
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[text* ciudad placeholder "Ciudad"]
            <p class="info-tip"></p>
          </div>
        </div>
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[select* provincia first_as_label "Provincia" "Buenos Aires" "Catamarca" "Chaco" "Chubut" "Córdoba" "Corrientes" "Entre Ríos" "Formosa" "Jujuy" "La Pampa" "La Rioja" "Mendoza" "Misiones" "Neuquén" "Río Negro" "Salta" "San Juan" "Santa Cruz" "Santa Fe" "Santiago del Estero" "Tierra del Fuego" "Tucumán"]
            <p class="info-tip"></p>
          </div>
        </div>
        <div class="columns one-third">
          <div class="field"><label><em>*</em></label>[text* pais placeholder "Pais"]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row">
        <div class="columns one-half">
          <div class="field"><label><em>*</em></label>[email* correo placeholder akismet:author_email "Correo electrónico"]
            <p class="info-tip"></p>
          </div>
        </div>
        <div class="columns one-half">
          <div class="field"><label><em>*</em></label>[tel* telefono placeholder "Teléfono"]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row">
        <div class="columns full">
          <div class="field"><label></label>[textarea textarea-449 "Texto" x5]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row">
        <div class="columns full">
          <div class="field"><label></label>[submit "Enviar formulario"]
            <p class="info-tip"></p>
          </div>
        </div>
      </div>
    </div>
    • This reply was modified 4 years, 3 months ago by mardoqueo.
    Plugin Author Aurovrata Venet

    (@aurovrata)

    ok, I found the issue, I will fix it in the next release v4.6

    For now please change the textarea tag from this,

    [textarea textarea-449 "Texto" x5]

    to this

    [textarea textarea-449 x5 "Texto"]

    this will fix the problem in your form.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    this is fixed in v4.6

    Thread Starter mardoqueo

    (@mardoqueo)

    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Textarea showing in backend but not visible in the page’ is closed to new replies.