I am new to deluge script and conditional statements as a whole. I am getting there but seem to be hung up a bit. (I have been working on this for 4+ hours)
I want to populate the "client" data from Form_A into Form_B.
I have set the "look up field as Client First Name, Client Last Name, Client Middle Initial." (as it relates to Form_A)
Once selected I want address, services, and other data from Form_A to be pulled into Form_B.
So I am attempting to build this with the scripting portion of Creator. Here is what I have so far (LOL)
//whereas Notice types is Client First Name, Client Last Name, Client Middle Initial related from Form_A
//On User Input
if
{
Notice_Types
}
????????????????????????????????
Please help Thanks in advance