Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted (edited)

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

This topic is 2228 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.