Internet required for selection lists?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ethanlazarus
User
Posts: 71

Internet required for selection lists?

Post by ethanlazarus »

Hello - we had an internet outage today, and our forms with required radio buttons stopped working - the radio buttons are only shown if there is an internet connection. Why is this? Is there a way to adjust phpmaker code so radio buttons can populate in an environment without internet? We are on the latest updated version of PHPMaker 2024.

Thanks!


arbei
User
Posts: 9787

Post by arbei »

If your database is remote (not in your network), you need interent connection. Otherwise, you don't.


ethanlazarus
User
Posts: 71

Post by ethanlazarus »

In case anybody else is struggling with this, I finally figured it out. reCaptcha was causing the problem - when reCaptcha is disabled, the forms (ckeditor, selection lists, etc) load properly on adding forms.


Post Reply