Verification using Adobe Campaign Classic Web Forms | Community
Skip to main content
New Participant
April 1, 2021
Solved

Verification using Adobe Campaign Classic Web Forms

  • April 1, 2021
  • 2 replies
  • 1523 views

Hi All,

 

I have a query, I have created a web form, where the user will input the details.

I need to match if those details are available in the column of a schema,

For eg user enters ABCD4444567HGF, this should be present in the purchase table and on successful match, user details which are on the recipient table should be shown on another page.

 

I am not sure after entering the value how to find this value in the purchase table.

Any help is highly appreciated.

 

Regards

Jay

 

@jonathon_wodnicki 

@davidkangni 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hello @jitendrak 

 

Once the users enter the vehicle number and click submit. Store this number in a ctx variable and then on next page do a queryDef on recipient and add the vehicle number variable in where condition.

 

and then you can prepopulate the forms with the queried data.

 

Thanks,

Manoj

2 replies

Jonathon_wodnicki
New Participant
April 1, 2021

Hi,

 

Can use JS with querydef, though maybe Preloading activity will work by changing Method to List of fields and using (guessing) the correct field?

 

Thanks,

-Jon

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
April 1, 2021

Hello @jitendrak 

 

Once the users enter the vehicle number and click submit. Store this number in a ctx variable and then on next page do a queryDef on recipient and add the vehicle number variable in where condition.

 

and then you can prepopulate the forms with the queried data.

 

Thanks,

Manoj

     Manoj     Find me on LinkedIn
jitendrakAuthor
New Participant
April 1, 2021

Thanks Manoj for the quick response,

I have done the first two parts created a web form and while user enters the Purchase iD the information gets stored in ctx variable.

 

Is there any document or sample i can get for writing querydef?

 

Regards

Jay