I have two related forms , say frmA and frmB, and when a record is created in frmB I want to update a certain record in frmA by filter. frmA contains a field of type link, say lnkToFrmB, and I want it to hold the link to displayed record in frmB, that is something like
lnkToFrmB=<base_url>?pageId=123456&cf_id=[entry.id]
Actually I did not try that because I'm pretty sure that the reference to the frmB entry would be interpreted as a second parameter to be set.
So how can I make sure that the "&" is interpreted as part of the value?
Or would it be more appropriate to have a autolink field in frmB, say atmLnk, use the above structure as pattern and copy tis value to frmB (lnkToFrmB=[entry.atmLnk])?
Consider having an autolink field instead
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.