Hi! In the portals, when I enter a text box, I feel like I need a second one.Can I add a new button to create the same second text box?See pictures for details.Thank you for your help!
Yes you can add another text box but I'd ask what is it that you are trying to achieve since there can be more ways to do this. e.g.
If your scenario is only limited to exactly one additional text field then you can achieve it by having that additional 'Additional Agent Name' field and another boolean field say 'Add more - Yes / No' configured as fields on the entity and put on the entity form as well. Then using JavaScript on the entity form you can have the 'Additional Agent Name' field show or hide based on the respective value of the boolean field.
However if your scenario demands multiple additional 'Agent Name' fields and can go up to 'N' in that case I'd suggest capturing Agents in another entity and having the relationship configured with your primary entity in a 1:N way, so that you can show the Agent subgrid on your primary entity form.
Jon Unzueta
107
Super User 2025 Season 2
KevinGador
34
Super User 2025 Season 2
SwatiSTW
24
Super User 2025 Season 2