SOLVED

Bulk update Design Studio forms

Go to solution
Raul-Ok
Level 2

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!

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

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.

 

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

@Raul-Ok please return and check responses.

SanfordWhiteman
Level 10 - Community Moderator

@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 - Community Moderator

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.