0

adding automatic fees

hello all

I made a form that have  4 choices is it possible if choose the first choice i will make the fees ( other filed ) 15$ and if i select the second choice it will add the fees 40$ and the third will be 0 $ and the 4th will open a small note

3 replies

null
    • Fred
    • 10 mths ago
    • Reported - view

    you can use the switch command in the Trigger after update of your choice field. Since I don't know anything about your DB, I'm going to make field names up. Please replace with your own.

    switch choicefield do
    case 1:
    fees := 15
    case 2:
    fees := 40
    end
    

    I only did the first two since you said:

     said:
    and the third will be 0 $

    There is no built in "note" capability, so you will have to create a multiline text field and call it "note". You can put in the Display field only if part of the note field to say choicefield = 4 so it will only show when choice 4 is selected.

      • Salman
      • 10 mths ago
      • Reported - view

       thanks alot, its is working

      ❤️❤️❤️

      • Fred
      • 10 mths ago
      • Reported - view

      If you are satisfied with the results, please mark the post answered to help others.

Content aside

  • 10 mths agoLast active
  • 3Replies
  • 67Views
  • 2 Following