Which line of code creates a JSON object to contain the form data?

Below is a form definition snippet from the newsletter.xml file:

Which line of code creates a JSON object to contain the form data?
A . Server.form.getForm(‘dwfrm_newsletter’)
B. Server.form.getForm(‘newsletter’);
C. Server.forms.getForm(‘newsletter’);
D. Server.forms.getForm(‘dwfrm_newsletter’)

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments