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 want to include a <textarea> tag in my format file to let my clients submit edits to a large body of text. But the textarea tag doesn't seem to work with CDML. I keep getting an ERR:102, which translates into "Make sure the field you want to modify is on the layout you're using." It is.

Now the -Edit works just fine if I make my input type a standard "text" field.

Has anyone else experienced a similar problem with using <textarea>, and is there a way around it? Here's how I've set up the table using the textarea tag with the CDML. Actually, here's a sample of the whole form:

<form action="FMPro" method="post">

<input type="hidden" name="-DB" value="OnlineDB.fp5">

<input type="hidden" name="-Lay" value="Marketing">

<input type=hidden name="-Error" value="onlinedb/edit_error.htm">

<input type="hidden" name="-Format" value="onlinedb/edit_reply.htm">

<input type=hidden name="-recid" value="[fmp-currentrecid]">

<table width="528" border="1">

<tr bgcolor="#99CC99">

<td><font face="Arial, Helvetica, sans-serif" size="2"><b><font size="3">Human Interest Story</font></b></font></td>

</tr>

<tr>

<td><font color="#000000" size="2" face="Arial, Helvetica, sans-serif">

<textarea name="textarea" rows="10" cols="55" wrap="PHYSICAL" VALUE="[FMP-Field: RLS]">[FMP-Field: RLS]</textarea>

</font></td>

</tr>

<tr>

<td><font face="Arial, Helvetica, Palatino" size="2">

<input type="submit" name="-Edit" value="Submit Changes">

</font></td>

</tr>

</table>

</form>

  • Author

NEVER MIND!! While reading over my post, I discovered my problem. It's always such a simple thing, isn't it? I had the textarea named "textarea" instead of the FMP field name. So stupid! Putting in the right name for the textarea solved my problem.

Thank you!

  • 4 weeks later...
  • Newbies

Always remember to change the "name" of the textarea name="textarea" to name="RLS"

this should work !!

<form action="FMPro" method="post">

<input type="hidden" name="-DB" value="OnlineDB.fp5">

<input type="hidden" name="-Lay" value="Marketing">

<input type=hidden name="-Error" value="onlinedb/edit_error.htm">

<input type="hidden" name="-Format" value="onlinedb/edit_reply.htm">

<input type=hidden name="-recid" value="[fmp-currentrecid]">

<table width="528" border="1">

<tr bgcolor="#99CC99">

<td><font face="Arial, Helvetica, sans-serif" size="2"><b><font size="3">Human Interest Story</font></b></font></td>

</tr>

<tr>

<td><font color="#000000" size="2" face="Arial, Helvetica, sans-serif">

<textarea name="textarea" rows="10" cols="55" wrap="PHYSICAL" VALUE="[FMP-Field: RLS]">[FMP-Field: RLS]</textarea>

</font></td>

</tr>

<tr>

<td><font face="Arial, Helvetica, Palatino" size="2">

<input type="submit" name="-Edit" value="Submit Changes">

</font></td>

</tr>

</table>

</form>

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.