Using a rule with an if statement

I have a rule that uses an if statement  similar to the example below:

 

if(ri!firstName="John", "Manager", if(ri!firstName="Mary","CEO", if(ri!firstName="Bob","VP","")))

 

The only problem is that if a person is not John, Mary, or Bob, I do no want to store a blank or anything else. I literally want the false parameter to do nothing. The reason is if the person filling out the form clicks on the Previous button, any value they entered in the blank field is lost every time the rule is applied.

 

Thank you,

 

Tony

 

  Discussion posts and replies are publicly visible