Formula calculations and display

Hi, I am not sure if it is possible but I will try my best to explain it. I want to collect information based on queations i ask in a form that is submited to the database. Can I not create the formula required to automatically calculate the result for the client so it displays in the appropiate box? Obviously each member will be differnet. There would be around 6 formulas in total, 3 based on men and 3 on women.

to finish it off upon entering and it calculating I would like it to then look the form for 4 weeks then it becomes open again for the client to input new data.

kind of how myfitness pal works but i want the form blocked out until thier next goal is due.

I hope you get what I mean, is it possible? I do not have any clue when it comes to code.

thank you very much :slight_smile:

Hi,

Yes, it’s possible, but calculating formulas based on the user input means writing code. You can either start learning JavaScript (the language we use) from videos/books and our code samples, or you can maybe hire someone to help you with that.
Good luck!