Maths operations
Hi,
How can I display the results of a math operations depending on values of chronofroms fields.
I need to do forms that they do budgets.
An urgent reply will be much appreciated
Thanks
How can I display the results of a math operations depending on values of chronofroms fields.
I need to do forms that they do budgets.
An urgent reply will be much appreciated
Thanks
Hi ltrace,
You can do these either in PHP or JavaScript depending on exactly what your application is.
Bob
You can do these either in PHP or JavaScript depending on exactly what your application is.
Bob
Hi ltrace,
You can use JavaScript in the Form HTML to do caculations in the users browser and display the results as a part of your form.
You can use PHP in the OnSubmit boxes to do calulations on the results submitted by the form and display those on a new web page.
Asking these questions suggests that you are going to need quite a lot of help in getting your form working.
Bob
You can use JavaScript in the Form HTML to do caculations in the users browser and display the results as a part of your form.
You can use PHP in the OnSubmit boxes to do calulations on the results submitted by the form and display those on a new web page.
Asking these questions suggests that you are going to need quite a lot of help in getting your form working.
Bob
This topic is locked and no more replies can be posted.