Sherif Posted September 13, 2020 Report Share Posted September 13, 2020 In a submission form, Calculated Value (formula) in a number field where; calculated failed equals field A +filed B if i enter A and B manually the result will refresh real time and update automatically if value of filed A and B inserted by java script like time stamp the result filed will not update is there any way to auto refresh the calculated filed or better to understand what is different between manual input typing and java script to insert value for example below works and put the value in field but calculated field will not refresh unless manually press enter or any other key document.getElementById("InsertRecordLat").value = position.coords.latitude; LaraR 1 Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted August 16, 2021 Report Share Posted August 16, 2021 Hi @Sherif, If you want to update the value real time using JavaScript, you need to declare an event handler such as DataPageReady. You may check this link for more information:https://howto.caspio.com/datapages/ajax-loading/ Quote Link to comment Share on other sites More sharing options...
Question
Sherif
In a submission form,
Calculated Value (formula) in a number field where;
calculated failed equals field A +filed B
if i enter A and B manually the result will refresh real time and update automatically
if value of filed A and B inserted by java script like time stamp the result filed will not update
is there any way to auto refresh the calculated filed
or better to understand what is different between manual input typing and java script to insert value
for example below works and put the value in field but calculated field will not refresh unless manually press enter or any other key
document.getElementById("InsertRecordLat").value = position.coords.latitude;
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.