• Resolved alphagoldafrica

    (@alphagoldafrica)


    Hi,

    When a user clicks on A seat and he is required to enter the number of passengers, he enters his passengers. No problem. The problem however comes in when, say for example he makes a mistake and enters 3 passengers and releases later prior to clicking submit that the number of passengers are actually 4, the form does not automatically refresh the calculation and recalculate the Price based 4 passengers instead of 3 passengers.

    Can this issue be fixed?

    Thanks,

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @alphagoldafrica

    I don’t understand your request. Once the user press the submit button, he/she is redirected to the thank you page. If the user returns to the page with the form, then should be required to populate the form again.

    If you want ensure the form won’t be pre-filled, I recommend you to untick the Autocomplete checkbox in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png).

    Best regards.

    Thread Starter alphagoldafrica

    (@alphagoldafrica)

    If you go on the form and book a seat. Let’s say you type in 3 passengers. Continue filling in your form. before pressing submit go back and change the 3 passengers to say 4 passengers. You will notice that the form will not recalculate based on 4 passengers. So my question is, why isn’t the form recalculating? Thank you

    Plugin Author codepeople

    (@codepeople)

    Hello @alphagoldafrica

    The issue is simple, you’ve configured the form to evaluate the equations in the onchange event only (it is a radio button in the “Form Settings” tab), so, the equation would be evaluated only when the field trigges the onchange event (after edit the field’s value it should lose the focus for triggering the event).

    Please, go to the “Form Settings” tab, and select the option: “Eval the equations in the onchange and keyup events”

    Best regards.

    Thread Starter alphagoldafrica

    (@alphagoldafrica)

    Thank you so so very much…absolutely superb.

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