Hello everyone,
I am facing an issue I want to store responses made by a recipient in an AMP mailer.
Can anyone tell what do I need add in the template and what to configure at Adobe campaign console.
Thanks,
Rishabh
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @Rishabh_gupta17
I believe you are using amp-form in your email to capture some responses, and upon selection, the form data should be synced in AC.
This is possible in AC by creating a JSSP page. You will have to write the code to accept the content coming from email and then save it in AC.
In the action-xhr attribute for amp-form tag, you will have to use the AC JSSP URL:
Before doing this, you will have to fix a CORS issue. This means the AC endpoint should be able to receive data from any website.
You should already have this code in a sample JS file under Administration > Configuration > Javascript code > Search for amp
More information on amp-form is available here: Example: Advanced Server Request - amp.dev
Views
Replies
Total Likes
Hello @Rishabh_gupta17
I believe you are using amp-form in your email to capture some responses, and upon selection, the form data should be synced in AC.
This is possible in AC by creating a JSSP page. You will have to write the code to accept the content coming from email and then save it in AC.
In the action-xhr attribute for amp-form tag, you will have to use the AC JSSP URL:
Before doing this, you will have to fix a CORS issue. This means the AC endpoint should be able to receive data from any website.
You should already have this code in a sample JS file under Administration > Configuration > Javascript code > Search for amp
More information on amp-form is available here: Example: Advanced Server Request - amp.dev
Hi @Rishabh_gupta17,
Were you able to resolve this issue with the help of the given solutions or do you still need more help here? Do let us know.
In case any of the given solutions was helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies