Hi,
In Adobe's online documentation for Use Case: Double Opt-in:
https://docs.campaign.adobe.com/doc/AC6.1/en/WEB_Web_Forms_Use_cases.html
Under Step 1- Creating information services:
...you will see that it creates a Service, "Books of the week (SVC7)," (with internal name: SVC7):
..and then it instructs to create a second service:
"2 . Create a second information service: this is a temporary service for sending confirmation messages. This is the service that users are going to be subscribing to via the form.
...with an internal name: SVC9:
...and yet in in Step 3, point 4 of "Creating the Subscription Form":
"4. We will now insert the necessary elements for giving final approval to the subscription into this same Web form. To do this, the user needs to click the link of the confirmation message.
To do this, start by: placing the following script into the diagram:
..the second line of the code links it to internal name, SVC8:
...but no SVC8 service was created only SVC7 and SVC9:
SVC7:
...and SVC9:
...SVC8 was never created in the documentation.
So where is SVC8?
And why is the second line of this code:
...linking it to SVC8??
and not to SCV7:
...nor to SVC9:
???
Where is SVC8 in the documentation and why is the code linking to SVC8, which does not exist?
Thank you,
Jae
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Jae,
Thanks for pointing that out. We should indeed see SVC9 instead of SVC8 in this script.
I will follow up with the documentation team to have this fixed in a future release.
In the meantime, please consider in this case that SVC8 refers to SVC9 created in step 1 of the use case.
Thank you!
Florent.
Views
Replies
Total Likes
Hi Jae,
Thanks for pointing that out. We should indeed see SVC9 instead of SVC8 in this script.
I will follow up with the documentation team to have this fixed in a future release.
In the meantime, please consider in this case that SVC8 refers to SVC9 created in step 1 of the use case.
Thank you!
Florent.
Views
Replies
Total Likes
Yes, I think you're right. In another section of the documentation ("Information Services"), it lists the same service as SVC8, not SVC7:
...the double opt-in tutorial assigns the service, "Book of the Week" to SVC7, and not to the above (SVC8). So if we follow this, then this is the missing SVC8 that the other tutorial was, I guess, referring to. And I should correctly assign the second line of code to SVC7 in the double opt-in tutorial.
Thank you.
Jae
Views
Replies
Total Likes