Yes, you can do that with number fields and the built in calculations. Then you can create a custom notification using individual merge tags for just the fields you want to see in each notification.
Can you share an example of one field for what would be entered, and then what you need to see in each notification? We can get you started with that and then hopefully you can take it from there. Thank you.
Hi Chris thank you so much, I have created a form with the a crude idea of what I would like to build upon.
I don’t know how to go about sharing the file with you on the forum so I shall try my best to explain.
What I would like to learn is this:
The user fill our a number field that will be the number of guests so lets say they punch in 100.
Then the form has check boxes for each menu item and once a item is selected the number field corresponding to that item populates using the correct formula the reason I would like this to happen on page is that some times my office staff may need to adjust the production numbers manually.
Each menu item will have a set formula (I.e x 1.1 or x 0.9 or x 0.8 or x0.6) to calculate the correct number of items to be produced
I’m afraid the conditional logic does not work like that. You can show or hide fields using conditional logic (based on the drop down selected) but you can’t pre-check any boxes based on a drop down selection using the built in conditional logic. You might be able to do that using jQuery or JavaScript but it’s not a feature of Gravity Forms. Thank you.