Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

how to store Landing page response into custom schema columns and Recipient Schema in Adobe campaign v8 using Web UI

Avatar

Level 2

Hi Team,

I am using Adobe campaign V8 Web UI for configuring Landing page/WebApp for Registration Form with some Input Fields, Radio button [Yes/No] etc.

The problem is, while using Campaign V8 Web UI, the storage by default pointing out to Recipient Schema.

Can you anyone help me on this how I can store some input values into custom Schemas in Web UI.

Regards,
Santosh.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Level 4

Hi @SantoshKa5,

In the V8 Client Console, you can modify the webapp properties to change the storage type to a different schema. Alternatively, you can use a JavaScript activity and apply xtk.session.Write to perform the update.

Try using the Client Console or check the Web UI to see if you can view the properties and change the storage type. I believe the process should be similar in the Web UI as well.

SushantTrimukheD_0-1747316737438.png

 

Avatar

Correct answer by
Community Advisor

Hi @SantoshKa5 ,

You can select custom schema in web UI Landing page > Property > Schema

ParthaSarathy_0-1747402107215.png

Avatar

Level 2

Hi @ParthaSarathy,

Thanks for your reply.

This is helps me.

Can you please help me on another question,

if I want to store Input form Value into multiple schemas, how we can do that.?

Thank you.