Jump to content

Search the Community

Showing results for tags 'javascript form automate'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 1 result

  1. I received wonderful assistance yesterday from the community with filling a caspio form field with value calculated by javascript routine in the footer of the submission form. It works beautifully!! I would like to automatically submit the form after filling the field & so get rid of the 'submit' button. Any help is greatly appreciated. The current fill form routine that works well is below: <SCRIPT LANGUAGE="JavaScript"> function Fill_field() { document.getElementById("InsertRecordPeriod").value = (pperiod); } /* On submitting the webform, the function Fill_field is executed */ document.getElementById("caspioform").onsubmit=Fill_field; </SCRIPT>
×
×
  • Create New...