I have one complicated question for me.
This is my sharepoint for new form maded with SPEasyForms.
Lohntyp it S now and it is changing with the name of employe it can be S or M.
It is taking from employe list, and it is look up field.
I want just when Lohntyp is S to hide [→ Neuer Beschäftigungsgrad im Monatslohn:]
And when Lohntyp is M to hide [→ Neue Bandbreite im Stundenlohn:]
Please give me some advice how can I solve this.
Thank you very much.
?width=750
I am not a SPEasyForms Users, but I did some reading and Here is what I have. Based on the User manual for SPEasyForms (https://speasyforms.codeplex.com/wikipage?title=SPEasyForms%20User%20Manual%20v2014.01), here are the Steps:
- Chose the field you want to hide.
- Add a Visibility Rule to that field
- The State should be set to Hidden
- The Last line where is has “And When”, the first dropdown should contain the field to test
- Where my Image shows Equals it should be “Matches“
- Then the Text field should be a JavaScript Regular expression eg. if you want it to hide when it starts with S or s the it would contain /^[Ss]/
Hope that helps, as I said, never used it, but that is my take, let me know if it works or not.