Expand my Community achievements bar.

SOLVED

Can a field be added to a custom form more than once?

Avatar

Level 2

Hi All,

 

I wanted to know if a custom field can be added to a custom form more than once?  

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
4 Replies

Avatar

Correct answer by
Community Advisor

no

Avatar

Community Advisor

@Seth-Patrick - Ditto what Skye said below, BUT depending on your use case, you can make it seem like there are multiples of a field on a form. You can utilize Label and Name and have it set similar to the below. The label being what shows to end-users. If you need to pull the results from the multiple different fields, then you can use a calc field to merge results. You'd have to thoroughly think through how you're structuring your data but just some additional options.

 

Field A Label: Marketing Campaign

Field A Name: Marketing Campaign - A

 

Field B Label: Marketing Campaign

Field B Name: Marketing Campaign - B

Avatar

Level 2

yeah I was hoping there was another way.  Thanks for the feedback though.

Avatar

Level 1

Seth - not sure whether my use case is aligned with your question, but I am researching whether a second instance of a field in a custom form can be added to the form dynamically? 

Example: 

Field1:  Item Description (+)

By clicking the + sign, is there a way to dynamically add

Field 2: Item Description (+)

By clicking the +, dynamically add 

Field 3: Item Description (+), etc.  

Thank you to anyone with any feedback that can help me research the above use case.