Hi!
I was wondering if it is possible to create a paragraph with editable fields on the form. I would like to make a form that has a multiline text and in the text there are fields that the user can fill out. I would like it to look like a paragraph in a letter or a contract. For example:
"Hereby, I [editable text field] (born: [editable date field] [editable text field]) declare that..."
I can see that it is possible to insert values of SharePoint fields into an Html or rich text control, but they are not editable. I can create an Html control and insert an input field in between other text, but how do I grab its value and pass it to a SharePoint field?
Thanks for looking into this.
Hi @Margo !
Thanks for the suggestion. I am wondering what the texts are next to the input fields in your example? Are they plain text controls or titles of the inputs?
How can we level the plain text controls with the inputs other than setting padding as suggested here?
Also is each line or sentence in your example another stack container?
Thanks!
This is a Text control, Text field and Number field inside the Stack container. You need to put all the content inside the Stack container and it will be automatically split into lines.
Use this CSS to align text to the bottom edge of the input:
Hi @Margo,
Thanks for the reply. I have one further question if I may.
If I wanted to decreae the space (margin?, padding?,line-height?...) vertically between grids and/or stacks, or in other words if I wanted to have narrower lines/rows in my form how should I do it? It seems to me that the bootstrap columns have a wide height...
Thanks,
Janos