Try our conversational search powered by Generative AI!

The order of Controls when sending XForm submissions by e-mail

Vote:
 

I have created an XForm containing a textbox, two dropdowns, and finally another textbox.

When I receive the submitted XForm in my e-mail, they are in a different order. The content of both of the textboxes are shown first, followed by the content of the dropdowns.

Further testing indicates that the contents of the e-mail is *not* built in the order from the controls collection. (The order from the controls collection is equal to the order of controls in the form.) Instead, it seems that the controls are ordered by their types, so that the e-mail contains the content from all the TextAreas at the beginning, followed by all the Checkboxes, then the Textbozes, and finally the DropdownLists.

Is there any way to configure the XForm in such a manner that the order of the e-mail conent is equal to the order of the form?

(I suppose I could write my own by hooking up to the XForm_BeforeSubmitPostedData event, build and send the e-mail, and suppress the original e-mail, but I was hoping that some built-in functionality already existed.)

#206080
Aug 02, 2019 4:02
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.