Skip to main content
Known Participant
August 17, 2023
Answered

Multiple copies of same fields with different data across pages

  • August 17, 2023
  • 1 reply
  • 875 views

I have tried numeous searches to find this, and have been unable to locate an answer. 

If I want to create a form that has (for example) mail labels...how can I do that?

Name
Address
City, State zip

Name 
Address
City, State zip
...
At the end of the page, I want user to be able to add another page to add even more names and addresses.

I know I can name them

Name1

Address1

City1, State1 zip1

Name2

Address2

City2, State2 zip2


...

Even doing that...how do I allow user to add a duplicate of that page to start a new list?
This is not about creating address labels...that was just the most simplistic example I could think of.  

This is a blank form that I would provide for public use (not internal) that is dowloaded from a web site or sent via email.  

This topic has been closed for replies.
Correct answer Nesa Nurani

Template is stored in your file sort of a hidden page, you can create a button and use script to spawn template when needed. Template can have same field names or it can rename fields when spawned so you don't get duplicates.

1 reply

Nesa Nurani
Community Expert
Community Expert
August 17, 2023

Create template from page.

EdGiojaAuthor
Known Participant
August 17, 2023

Thank you.
I will have to look more into this.  From what I have read, I got the impression that templates can be used by people in my orgamization.  I didn't get the impression that I can provide them for public access from the internet.  I will do more research, though.  

Do you know of a particular document that would target what I'm trying to do?

 

TIA

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertCorrect answer
Community Expert
August 17, 2023

Template is stored in your file sort of a hidden page, you can create a button and use script to spawn template when needed. Template can have same field names or it can rename fields when spawned so you don't get duplicates.