Depending on the respond I need the field to copy into a particular field.
Would someone be able to help me create the code for the following scenario:
I am creating a form where one text field (FUNDRow1) could have a response of either 200, 400 or 500.
If the response typed into FUNDRow1 is 200 I need the number 200 to be copied into the field (SectionEFUNDRow1). If any other number is typed into FUNDRow1 other than 200 I need the SectionEFUNDRow1 to remain blank.
If the response typed into FUNDRow1 is either 400 or 500 I need the response to be copied into a different field (SectionEFUNDRow2). If any other number is typed into FUNDRow1 other than 400 or 500 I need the SectionEFUNDRow2 to remain blank.
