Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

100
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!