Tait Pollack

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Need A Repeater Field #395258

    Tait Pollack
    Expired Member
    Post count: 1

    Thanks, the reason why I need some similar functionality is we have to import the data like this and then be able to export usable data again:

    Staff
    Staff [1] [Name] = “Joe Smith”
    Staff [1] [Photo] = “https://remoteurl.com/some.jpg”
    Staff [1] [Description] = “Lots of text about Joe and his history.”
    Staff [2] [Name] = “John Smith”
    Staff [2] [Photo] = “https://remoteurl.com/some.jpg”
    Staff [2] [Description] = “Lots of text about John and his history.”
    Staff
    Opening Times
    Openingtime [1] [Day] = “Monday”
    Openingtime [1] [Start] = “9am”
    Openingtime [1] [End] = “6pm”
    Openingtime [2] [Day] = “Tuesday”
    Openingtime [2] [Start] = “9am”
    Openingtime [2] [End] = “6pm”
    Openingtime [3] [Day] = “Friday”
    Openingtime [3] [Start] = “9am”
    Openingtime [3] [End] = “5:30pm”
    Openingtimes

Viewing 1 post (of 1 total)