Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I have used PHP Assistant to create a generic Web Site. Home Page, Find, Result List, and Find All.

I would now like to modify the Find page so that one of the fields has a pre-determined 'Find'.

On that page, I have 5 fields: Category, Item, Notes, Location, and Tag. I would like the Category to ALWAYS be "Assistive Tech" while allowing them to search for anything in the other fields.

The reason being, this database contains a lot of stuff, but we only want to display the records in the Assistive Tech category.

How would the html code be modified so that they do NOT have a choice is changing the Category field (I would like it if the Category field did not even display, but just have 'Assistive Tech' as the choice when searching)?

The code currently looks like this:

Category

<?php $fieldValue = $record->getField('Category', 0) ; ?>

"<?php echo getFieldFormName('Category', 0, $record, true, 'POPUPMENU', 'text');?>">

<?php echo getMenu($layout->getValueListTwoFields('Category List', $record->getRecordId()), $fieldValue, 'Category', 'text', $submitDateOrder);?>

Edited by Guest

  • 2 weeks later...

Try:

Category

Edited by Guest

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.