ID for Mobile form
Posted: 11 Aug 2017
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
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