Jump to content

FMP 17 - PHP getValueListTwoFields() not working


This topic is 1991 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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 .'&nbsp;&nbsp;';           

}

 

Edited by Terry Bohach
Link to comment
Share on other sites

This topic is 1991 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.