Skip to main content

Search

Display Only fields on form

Comments

5 comments

  • Matthias_Walter

    Hi Gareth Jayne,

    thanks for reporting. We need to check that, but looks like a bug.

     

    As a workaround you can simply configure an enabled expression to "=false", which should deactivate a field as well.

     

    BR Matthias

    0
  • sbo

    Hi Matthias Walter

    Are there any news on this? This really seems like bug.

    Is it possible to format a display only field value?

    0
  • Christof

    Hi Stefan Born

     

    Just tested on my EditForm with latest Rich Forms version:

     

    To render a field value in another format as it stored or rendered by default, I would recommend to add an additional field and calculate the value to the wanted format in this field.

    0
  • sbo

    Hi Christof Nussbaumer

     

    The user field is working fine.

    I meant the date field which gets formatted in a really ugly way. The format of the field is set to "Date only", but the time is displayed anyways.

     

    Did you mean add an additional SP field in the list, just to display a formatted value?

    This is no good solution, as I don't want to pollute my list with fields just for formatting reasons.

     

    The text of a rich text field cannot be set by expressions, can't it?

    0
  • Christof

    Hi Stefan Born

     

    You're right. The time is also rendered for date-only fields. I create a ticket for our development to fix this - you will get informed about this case.

     

    Yes, I meant an additional SP field. But for sure, in general it should be avoid to fix UI issues by fixing it with structure/logic changes. Better create some custom scripts in Form Load Actions to get values, and replace/add content in the form.

     

    You can set Rich Text field values - in HTML format.

    See this example:

    Configuration:

    0

Please sign in to leave a comment.