rafavro Posted March 1, 2011 Report Share Posted March 1, 2011 On a details datapage, updateable fields (for example a caspio Text element) are referenced with JS using document.getElementById ("EditRecordfield").value; What JS should be used if the field in question is a caspio Display Only element ? What JS should be used if the field in question is a Hidden element ? Thanks for your help. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted March 3, 2011 Report Share Posted March 3, 2011 There should not be any way to reference those kind of fields. There is no ID or Name for them, so no way to reference. Quote Link to comment Share on other sites More sharing options...
ChrisJ Posted March 3, 2011 Report Share Posted March 3, 2011 You can read my answer to the same topic: viewtopic.php?f=3&t=12517 Quote Link to comment Share on other sites More sharing options...
nkamalan Posted March 3, 2011 Report Share Posted March 3, 2011 You can receive the field in an HTML block in details page or Update form and reference that like: var X="[@field:FiledName]" for both cases, hidden field and display only. Quote Link to comment Share on other sites More sharing options...
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.