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

Hi

I got some related field in my page.

The problem is when I press "submit" (or the -edit func.), another record is being created in the related files.

The field are [fmp-field: file::field1]

The relationships are without "created related records".

Any suggestions?

Try this:

<input type="text" name="file::field1.1" value="[fmp-field: file::field1]">

All the best.

Garry

  • Author

Hi

It is exactly this way when you look at the code....

<P><INPUT TYPE=text NAME="reservations_history_Id_Id::ED" VALUE="[FMP-Field: reservations_history_Id_Id::ED]" SIZE=30></P>

Still making a new record...

The submit code is :

<INPUT TYPE="submit" NAME="-Edit" VALUE="Edit Record">

What is wrong?

Spot the difference:

<P><INPUT TYPE=text NAME="reservations_history_Id_Id::ED" VALUE="[FMP-Field: reservations_history_Id_Id::ED]" SIZE=30></P>

and

<P><INPUT TYPE=text NAME="reservations_history_Id_Id::ED.1" VALUE="[FMP-Field: reservations_history_Id_Id::ED]" SIZE=30></P>

Good Luck.

Garry

  • Author

Hmmm...such a small detail & works like a charm... smile.gif

Will it work in a portal with "x" values/rows ?

Re: Will it work in a portal with "x" values/rows ?

Yes, you can use:

<P><INPUT TYPE=text NAME="reservations_history_Id_Id::ED.[FMP-CurrentPortalRowNumber]" VALUE="[FMP-Field: reservations_history_Id_Id::ED]" SIZE=30></P>

All the best.

Garry

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.