March 22, 200322 yr 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?
March 22, 200322 yr Try this: <input type="text" name="file::field1.1" value="[fmp-field: file::field1]"> All the best. Garry
March 22, 200322 yr 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?
March 23, 200322 yr 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
March 23, 200322 yr Author Hmmm...such a small detail & works like a charm... Will it work in a portal with "x" values/rows ?
March 23, 200322 yr 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