MultipleChoice
Below is a form definition snippet from the newsletter.xml file:
<?xml versin=''1.0''?>
<form xmlns=http://www.demandware.com/xml/form/2008-04-15>
<field formid=''email'' lavel=''Email'' type=''String'' mandatory=''True'' max-length=''50'' />
</form>
Which line of code creates a JSON object to contain the form data?
Options