Jump to content

NaghmehK

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NaghmehK's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Are you referring to a custom Caspio plan which starts from $19 per month? http://www.caspio.com/pricing/custom.aspx
  2. You can call the function onclick event of the button. For instance: Add
  3. You can add a virtual field http://howto.caspio.com/datapages/form-elements/html-blocks.html to your page and get the value of the dropdown in that. To do so add an HTML block below these dropdown and virtual field in your submission page and paste this code in there: <script> function myValue(){ document.getElementById("cbParamVirtual1").value=document.getElementById("InsertRecordname").value; } document.getElementById("InsertRecordname").onchange=myValue; </script> You need to replace cbParamVirtual1 with the virtual field ID and InsertRecordname with your dropdown ID.
×
×
  • Create New...