AI OnAI Off
Hi,
although the code sample is for episerver4 i believe the same principle applies for v5.I.e. use the aftesubmit event and use e.formdata.getvalues();
http://world.episerver.com/en/Download/Code-Samples/XForms/XForm-with-event-attachment/
hi,
i want to show some of the data that user write to me in the Xfrom property such as region
a created a new Xfrom with two textboxes "user" and "region"
how can i get the posted data from Xfrom?
ex: thank you "user" and you from "region" (that user write to me in the Xfrom).