If Field A <= 15 then Field C = Field B
So the topic of this thread is basically what I'm trying to accomplish with Javascript. I've tried a lot of things from similar questions on the internet but I can't get this to work. So here's what I'm working with and what I'm trying to accomplish:
Here are the names of the fields that I'm working with:
Field A = DaysInMonth
Field B = TotalMonthlyFee
Field C = NextMonth
Field C is where the Javascript will be done. This is what I want it to do:
If Field A is less than or equal to 15 then grab the value in Field B and place it in Field C.
Can anyone write javascript that will accomplish this?
Thank you so much,
Matt
