Jump to content

add Field to text


rrdwitt

Recommended Posts

Hi All, not sure how to add a field to quoted text. Right after thank you I need the First Name field to be entered then continue on with the rest of the text.

Thanks :-)

 

if ((Field("Entity") == "MFSMC") && (Field("REN/ACQ") == "REN"))

{

return "<span>" + RawText("Thank you FIELD NAME for your most recent philanthropic investment to MedStar Franklin Square ******* Center. We invite you to express your gratitude and partner with us once more! "); + "</span>";

}

 

return "";

Link to comment
Share on other sites

if ((Field("Entity") == "MFSMC") && (Field("REN/ACQ") == "REN"))
{
return "<span>" + RawText("Thank you " + Field("First Name") + " for your most recent philanthropic investment to MedStar Franklin Square ******* Center. We invite you to express your gratitude and partner with us once more! "); + "</span>";
}

return "";

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...