• Resolved hl78

    (@hl78)


    Greetings,
    I’ve created a simple BMI calculator that allows users to input height and weight and a calculator field to calculate the result
    Is’t possible that I can add a submit button to submit the result?
    for now when I click outside the height and weight fields, the calculation automatically happens.
    also I don’t want to send any result by email, I just want to show the values directly on the screen.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @hl78 ,

    Is’t possible that I can add a submit button to submit the result?
    for now when I click outside the height and weight fields, the calculation automatically happens.

    You can hide your calculation field. Select that field will be hidden:
    https://monosnap.com/file/ktVZEJ415xElUYzsZbYbgbOCcqDCgB

    And then in the Behaviour tab, you can add an inline message with the calculation field

    https://monosnap.com/file/WPXio6MCFItGkkZ3FqhYn9yacSLBVW

    and in the Email notification remove all the notifications from the list.

    kind regards,
    Kasia

    Thread Starter hl78

    (@hl78)

    thank you for the reply

    I’ve already had the calculation fields set to hidden
    I was able to hide the send message button using a hidden field with a value in it = 1
    and allowed the send button to be visible only if the value in the hidden field is =1 else hide
    https://reemdaher.com/test/ (it looks like this with no buttons on the screen)
    I might create a something like you suggested thank you

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Helo @hl78 ,

    and allowed the send button to be visible only if the value in the hidden field is =1 else hide

    I think in this case you would need to use “if the field is greater than 0” because unless BMI is exactly 1, then submit button won’t show.

    kind regards,
    Kasia

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @hl78,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BMI’ is closed to new replies.