Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Capturing Current Date on an ACS Landing Page

Avatar

Level 5

Hi All,

 

Is there a way to capture "current date" on an ACS landing page.

 

I'm looking for a way to use an acquisition type landing page, linking people to a landing page from ACS email, passing through PKey to reconcile and then capture additional data through user input fields on the landing page and map them to the profile resource...... but I'd ideally like to capture the submission date and store against a custom profile date/time column.

 

Can anyone advise if this is possible?

 

Thanks

 

David

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

One way would be to use JavaScript on the landing page which fills a hidden form field.

Other option would be to:

 * Add a flag field on the profile

 * Set the flag to 1 on form submission

 * Have a scheduled workflow finding all with flag = 1

 * Copy Modification date to submission date, flag = 0

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

One way would be to use JavaScript on the landing page which fills a hidden form field.

Other option would be to:

 * Add a flag field on the profile

 * Set the flag to 1 on form submission

 * Have a scheduled workflow finding all with flag = 1

 * Copy Modification date to submission date, flag = 0