ppbb123 Posted May 1, 2013 Report Share Posted May 1, 2013 I am not able to find the "Receive parameter" option in the Advanced tag. Thank you for any suggestion. Quote Link to comment Share on other sites More sharing options...
0 HongTaiLang Posted May 1, 2013 Report Share Posted May 1, 2013 Hi, Update form and Details page will display the value of the current record. The workaround is to create a Virtual field, you can receive the parameter in the Virtual field (Form element could be Hidden). Using the following code to pass the value from Virtual field to the real field after updating. function f_pass(){ document.getElementById("FieldName").value = document.getElementById("cbParamVirtual1").value ; } document.getElementById("caspioform").onsubmit = f_pass; Remember to change FieldName to the appropriate field name. Quote Link to comment Share on other sites More sharing options...
0 awootley Posted January 4, 2014 Report Share Posted January 4, 2014 Hi Caspio Guru, I am having a similar problem to the original post and was wondering where the code is you mention that will pass the value from the virtual field to the real life field. Many Thanks Quote Link to comment Share on other sites More sharing options...
Question
ppbb123
I am not able to find the "Receive parameter" option in the Advanced tag. Thank you for any suggestion.
Link to comment
Share on other sites
2 answers 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.