Bulk update Design Studio forms | Community
Skip to main content
Level 2
September 24, 2025
Solved

Bulk update Design Studio forms

  • September 24, 2025
  • 3 replies
  • 675 views

Hi everyone!

 

I just realized that we can't use custom tokens {{my.*}} in the Design Studio tab. I have over 200 forms in that section, and I need to add a field and a label to each one. What's the best way to do this, besides manually editing each form one by one?

 

Thanks!

Best answer by SanfordWhiteman

The REST API has robust support for forms. If you want to get your hands dirty it would be a fun way to learn that crazy API.

 

Alternately, you could add the field using JS at runtime (yes, even if it’s a visible field, but it’s super easy if it’s a hidden field).

 

P.S. To be clear for lurkers, it’s not true that you can’t use {{my.tokens}} on Design Studio Forms, if the LP is in Marketing Activities. But it won’t work if the LP is in Design Studio as well.

 

3 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 24, 2025

The REST API has robust support for forms. If you want to get your hands dirty it would be a fun way to learn that crazy API.

 

Alternately, you could add the field using JS at runtime (yes, even if it’s a visible field, but it’s super easy if it’s a hidden field).

 

P.S. To be clear for lurkers, it’s not true that you can’t use {{my.tokens}} on Design Studio Forms, if the LP is in Marketing Activities. But it won’t work if the LP is in Design Studio as well.

 

SanfordWhiteman
Level 10
September 26, 2025

@raul-ok did you see my response?

 

I’m also curious about the exact need here. Assuming these forms were on Marketing Activities LPs, what could have been done with {{my.tokens}} that now requires a visible form field and label? That’s quite a leap.

 

Are you sure you really need a visible field, not a hidden field?

SanfordWhiteman
Level 10
September 28, 2025

@raul-ok please return and check responses.