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!
Solved! Go to Solution.
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.
@Raul-Ok please return and check responses.
@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?
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.