Hi everyone,
We have a new Adobe Campaign blog post by our Campaign Community Advisor @Marcel_Szimonisz about how to add new button with custom functionality to form in Adobe Campaign: ACC | Add action button to the form view
Abstract:
Have you ever wondered how to add new button with custom functionality to form view. I will show you step by step how to do it.
In my example I will create signatures used in email campaigns, which will be dependent on the recipient’s profile information such as language, country etc. The way how I have designed the solution for this problem is following:
- we will use custom table schema that will hold all the signature rules and the signature content.
- we will create synchronization button on the form view that will run JavaScript code to recreate personalization block with all the active rules found in the database.
Please feel free to reach out in case you have any questions through the below comment section.