Page 1 of 1

ID for Mobile form

Posted: 11 Aug 2017
by jennifer.eckard
I am using the directions to create a mobile form in O365 but I don't know how to get the GUID of the form.
https://spform.com/groups-and-form-sets ... egular-pcs

if (fd.isMobileDevice() || fd.isTabletDevice())
{
fd.openForm('fd_Item_e05e9ae8-7eaa-49da-9ad0-0b2fe258e719_NewForm.aspx');
}
Please can someone help

Re: ID for Mobile form

Posted: 12 Aug 2017
by Nikita Kurguzov
You can just look it up at the bottom left corner of the Forms Designer:
FormID.png
FormID.png (5.87 KiB) Viewed 2585 times