Copy text from one field to another | Community
Skip to main content
Level 2
May 19, 2020
Solved

Copy text from one field to another

  • May 19, 2020
  • 1 reply
  • 3559 views

Hi,

 

Can anyone help me how to copy text from one attribute to another?

I have created SMS delivery template as below-

 

 

When I type any text on SMS content(like test email) it should reflect automaticallly in optout information attribute.

 

Thanks,

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manoj_Kumar

Hello @tejashri12 ,

You can use enter command to dynamically populate your input values. The code will look something like this. 

<enter> <set expr="@outputInformation" xpath="@smsInformation" /> </enter>



You will have to alter the code depending on your requirements.
You can  refer to this documentation for more details: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/input-forms/form-structure.html

Thanks

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
May 19, 2020

Hello @tejashri12 ,

You can use enter command to dynamically populate your input values. The code will look something like this. 

<enter> <set expr="@outputInformation" xpath="@smsInformation" /> </enter>



You will have to alter the code depending on your requirements.
You can  refer to this documentation for more details: https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/input-forms/form-structure.html

Thanks

Manoj     Find me on LinkedIn