Duplicate Fields

Home Forums General discussion Duplicate Fields

Viewing 1 reply thread
  • Author
    Posts
    • #33991
      Danielle Arcuri
      Participant

        Hello. Are you able to duplicate a field within the same tab. For example I have a long form and I don’t want to have to scroll back to the top to view a field. Can I display the same field twice in two different locations on the same tab?

        If no, can you float fields (kind of like freeze panes so the field floats and scrolls with you)?

      • #33999
        Alexander Bautz
        Keymaster

          No, you cannot use the same field in two separate locations in the same tab.

          You can of course use custom js to move it from one location to another – something like this:

          jQuery("#dffs_Title").insertBefore(jQuery("#dffs_MultiLookup"));

          This will move the Title field and insert it before a field named MultiLookup.

          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.