October 16, 20187 yr Newbies Moving from FMP 14 to FMP 17. PHP getValueListTwoFields works on FMP 14. —> 500 error on FMP 17. if I comment out the command the page displays just fine. I have tried many things nothing works. ——- example —— $layout =& $fm->getLayout('phpPTRequest'); $values = $layout->getValueListTwoFields("VLReason"); foreach($values as $value) { $VLReason .= '<input name="Reason" type="radio" value="' . $value . '">'. $value .' '; } Edited October 16, 20187 yr by Terry Bohach
Create an account or sign in to comment