I’ve been using RM for a while but this is my first post. As a new poster, I can only post one image, so hopefully my explanation is clear enough
I am updating my Find a Grave source template to match EE 4th edition and the resulting URL is not correct.
My source template is below (pardon my poorly named fields, its a work in progress… ):
Find a Grave, database with images (www.findagrave.com/memorial/[MemorialNum] : [AccessDate]), “[memorial]” ([dates]), memorial created by “[createdby],” with tombstone image by “[photoby]”; citing [cmtrynm], [cmtryloc]
Instead of displaying the value of the field [MemorialNum] in the URL, I get the field tacked onto the end of the URL.
Thinking it was an escape sequence issue, I tried using two slashes but the result is the same. Dropping the forward slash before the field displays the field value but it’s not a valid URL.
I’ve concluded it’s the combination of “/[” that’s breaking the template. I didn’t find anything in the help that would fix the issue.
For the time being, I’m leaving the last forward slash out of the template and including it in the memorial number field
Thanks