Traying to reach specific behaviour

ak akkawi 27 Jan, 2022
hi there i am trying to make a form that has for example 10 fields
if a field is filled it gets a 10% ( somehow calculated)
when the user sends the message a calculation must be done in backend of how many fields he filled for example 40% or 70%

depending on the % he get he should get a different answer, is this possible? if yes how?
Gr GreyHead 27 Jan, 2022
Hi akkawi,

You can do that with Custom JavaScript in the browser while the form is displayed and/or with Custom PHP after the form is submitted.

Bob
ak akkawi 28 Jan, 2022
can u help me with a simple example how to manage if a field is filled or no and how to manage the auto message ?
Post a Reply