Forum Discussion

ArchiveUser's avatar
ArchiveUser
Qrew Captain
6 years ago

Using the same field more than once in a form

Hi,
I have a form where I want to show the "Title Name" in the form twice.  I think theres a way to copy a field and make it read only I just don't remember how to do it.  Alos open to any other way to do this.
  • If your field is a formula or lookup field you can display it more than once on a form; but you have to customize the form to do it; you cannot simply "add a field after/before this one".

    However, if it is a data field (editable) in the table; you can only have 1 instance of the editable field on a Form.  You can then build a formula field to display the value of the editable-field on the form however; thus having the same value in the form twice; but only once editable.
    • ArchiveUser's avatar
      ArchiveUser
      Qrew Captain
      Thanks for the response.  The data field is editable so I would go with building a formula field to dispay the value of the editable field.  Can you let me know how to do that?
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      :)


      The formula is just the field name.  So the formula for the new formula text field called "Title Name mirror" would simply be

      [Title Name]