ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 147 - Certified Marketing Cloud Developer discussion

Report
Export

A developer is creating a CloudPage which accepts secure parameters via an email link and will submit those parameters to another CloudPage for data upsert. The page currently captures an Appointment ID parameter passed into it and sets the value to the variable caapptld. The developer does NOT want the Appointment ID to be visible to anyone using the form.

What is the best method to ensure the parameters are passed successfully to the data upsert page?

A.
<input id="apptld" type="textarea" value»"%%«v(@>apptld)»%%" readonly>
Answers
A.
<input id="apptld" type="textarea" value»"%%«v(@>apptld)»%%" readonly>
B.
<form action="%%=MicrositeURL(123,,apptId",@apptId)a%%" method="post">
Answers
B.
<form action="%%=MicrositeURL(123,,apptId",@apptId)a%%" method="post">
C.
<form action«"%%»CloudPagesURL(123,'apptId',@apptId)«%%" methods "post">
Answers
C.
<form action«"%%»CloudPagesURL(123,'apptId',@apptId)«%%" methods "post">
D.
<lnput ld=MapptId" type="textarea" value="%%«v(@apptld)«%%" hldden>
Answers
D.
<lnput ld=MapptId" type="textarea" value="%%«v(@apptld)«%%" hldden>
Suggested answer: C
asked 23/09/2024
Maher Khamessi
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first