[ad_1]
I have two div fields that are worksheets and contain many fields to generate a price quote. The two fields must remain visible when the form loads; call them fieldname1, fieldname2
I want to create two buttons
Button 1, called Presentation that will:
- Hide fieldname1 and fieldname2
- Perform a calculation from an auxiliary field (fieldname5)
- Show fieldname3
- Hide the Presentation button when fieldname3 is opened
Another button in the fieldname3 div (call it Worksheet) will do the following:
- Show fieldname1, fieldname2
- Hide fieldname3
- Hide Presentation Button
I did not see this topic in the forum, I apologize if I missed it.
Thanks!