Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

101
Vistas
Placing fields on a Webform in edit mode - Sharepoint - HTML - JS

I am currently working on a configuration of a webform on Sharepoint and am having the difficulty were I cannot have one field next to the other (side by side) when the form is in Edit mode:

In Edit mode

If I save the form, I am able to see the correct display:

Non edit mode

However, I wanted to have the form in Edit mode display the fields one next to the other (side by side).

Ex:

"text"+"dropdown"+"text"+"freetextfield", etc.. (side by side)

and not:

 "text"+"dropdown"                  (under)
 "text"+"freetextfield"
 

I am using the below code:

<tr>
<td class="ms-formlabel" colspan="4" style="padding: 0px;">
<p>Text goes here <span bfeId="isaCustomChoiceYesNo03" bfeType="field" class="ms-formbody" bfeWidth="100"> </span>More text goes here<span bfeId="isaCustomChoice09" bfeType="field" class="ms-formbody" bfeWidth="200"> </span> </p>
</td> 
</tr>

How this can be achieved? Am I using the correct statement (<p></p>) to achieve this?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can use the HTML space codeword " " to replace the spaces that appear between fields in the code , using this way , can achieve display side-by-side display of fields in Webform Edit mode.

Here is an example that will achieve this feature.

<table>
<tr>
<td class="ms-formlabel" colspan="4" style="padding: 0px;">
<p>Text goes here <span bfeId="isaCustomChoiceYesNo03" bfeType="field" class="ms-formbody" bfeWidth="100"> </span>More text goes here<span bfeId="isaCustomChoice09" bfeType="field" class="ms-formbody" bfeWidth="200"> </span> </p>
</td> 
</tr>
</table>

enter image description here

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda